fix: use correct gpu id in pod create help examples#260
Merged
TimPietruskyRunPod merged 3 commits intomainfrom Mar 24, 2026
Merged
fix: use correct gpu id in pod create help examples#260TimPietruskyRunPod merged 3 commits intomainfrom
TimPietruskyRunPod merged 3 commits intomainfrom
Conversation
"NVIDIA RTX 4090" is not a valid gpu id and causes pod creation to fail. the correct id from the api is "NVIDIA GeForce RTX 4090".
replace outdated pytorch:2.1.0-py3.10-cuda11.8.0 image with pytorch:1.0.3-cu1281-torch291-ubuntu2404.
|
📝 Documentation updates detected! New suggestion: Fix incorrect GPU ID in Hub publishing guide Tip: Configure how Promptless handles changelogs in Agent Settings 📋 |
justinwlin
approved these changes
Mar 24, 2026
Contributor
justinwlin
left a comment
There was a problem hiding this comment.
LGTM — GPU ID fix ( → ) and updated Docker image are correct. Good call including the regenerated docs too.
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
"NVIDIA RTX 4090"which is not a valid GPU ID and causes pod creation to fail. Corrected to"NVIDIA GeForce RTX 4090"(fromrunpodctl gpu list)runpod/pytorch:2.1.0-py3.10-cuda11.8.0-devel-ubuntu22.04withrunpod/pytorch:1.0.3-cu1281-torch291-ubuntu2404docs/markdown files regenerated (also picks up missing--network-volume-idflag from PR feat: add --network-volume-id flag to pod/serverless create #259)Also needs fixing (separate repos)
runpod/skills/runpodctl/SKILL.md): same GPU ID + image + completion instructions — fix ready locally, needs its own PRVerified
Test plan