Document GPU allowlist requirement (refs #4)#6
Open
spacexbt wants to merge 1 commit into
Open
Conversation
Adds a Supported GPUs subsection to the README and a matching admonition to docs/quick-start/requirements.md, and a Troubleshooting entry for the 'GPU device not in allowlist' error, so users hitting this server-side rejection know it exists, what triggers it, and how to request additions. Motivated by issue PluralisResearch#4. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
add a100 plz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
README.mdunder Hardware Requirements, explaining that the auth service maintains an allowlist of validated GPU models on top of the 24 GB VRAM minimum, and how to request additions.docs/quick-start/requirements.mdso the docs site is consistent.GPU device not in allowlist: '<model>', cross-linking back to the new subsection.Motivation
Issue #4 reports an NVIDIA L4 being rejected even though it meets the documented 24 GB VRAM minimum, with no obvious next step from the docs. The actual allowlist lives in the authorization service (not in this repo), so a code-level fix isn't possible from here — but documenting that the rule exists and providing a clear path to request additions makes the situation legible to future users without committing the team to any specific allowlist policy.
Scope
Docs-only, +16 lines across 2 files, no behavior changes. The wording deliberately does not enumerate which specific GPU models are allowed — that's the team's call to publish if/when desired.
Test plan
docs/quick-start/requirements.mdadmonition matches the style of surrounding!!! info/!!! warningblocksmkdocs serverenders the new admonition correctly (no local Python 3.11 + mkdocs-material env on hand; happy to verify if a reviewer flags rendering issues)🤖 Generated with Claude Code