Skip to content

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

Merged
TimPietruskyRunPod merged 3 commits intomainfrom
fix/gpu-id-examples
Mar 24, 2026
Merged

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

Conversation

@TimPietruskyRunPod
Copy link
Copy Markdown
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
Copy Markdown

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 📋

Copy link
Copy Markdown
Contributor

@justinwlin justinwlin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM — GPU ID fix ( → ) and updated Docker image are correct. Good call including the regenerated docs too.

@TimPietruskyRunPod TimPietruskyRunPod merged commit 896f46c into main Mar 24, 2026
1 check passed
@TimPietruskyRunPod TimPietruskyRunPod deleted the fix/gpu-id-examples branch March 24, 2026 21:44
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.

2 participants