Skip to content

fix: use correct gpu id in pod create help examples#260

Open
TimPietruskyRunPod wants to merge 3 commits intomainfrom
fix/gpu-id-examples
Open

fix: use correct gpu id in pod create help examples#260
TimPietruskyRunPod wants to merge 3 commits intomainfrom
fix/gpu-id-examples

Conversation

@TimPietruskyRunPod
Copy link
Member

@TimPietruskyRunPod TimPietruskyRunPod commented Mar 23, 2026

Summary

  • GPU ID fix: help examples used "NVIDIA RTX 4090" which is not a valid GPU ID and causes pod creation to fail. Corrected to "NVIDIA GeForce RTX 4090" (from runpodctl gpu list)
  • Docker image fix: replaced outdated runpod/pytorch:2.1.0-py3.10-cuda11.8.0-devel-ubuntu22.04 with runpod/pytorch:1.0.3-cu1281-torch291-ubuntu2404
  • Regenerated docs: docs/ markdown files regenerated (also picks up missing --network-volume-id flag from PR feat: add --network-volume-id flag to pod/serverless create #259)

Also needs fixing (separate repos)

Verified

# correct id — works
runpodctl pod create --template-id runpod-torch-v21 --gpu-id "NVIDIA GeForce RTX 4090"
# → created successfully, then deleted

# wrong id — fails
runpodctl pod create --template-id runpod-torch-v21 --gpu-id "NVIDIA RTX 4090"
# → "There are no longer any instances available"

Test plan

  • Built binary, confirmed help text shows correct GPU ID and image
  • E2E tested pod create with correct GPU ID — pod created and deleted
  • Confirmed wrong GPU ID fails as expected

"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.
@promptless
Copy link

promptless bot commented Mar 23, 2026

📝 Documentation updates detected!

New suggestion: Fix incorrect GPU ID in Hub publishing guide
Updated existing suggestion: Update runpodctl documentation for v2.0


Tip: Configure how Promptless handles changelogs in Agent Settings 📋

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant