Skip to content

docs: Fix incorrect GPU ID in Hub publishing guide#586

Merged
muhsinking merged 1 commit intomainfrom
promptless/fix-gpu-id-hub-publishing-guide
Mar 23, 2026
Merged

docs: Fix incorrect GPU ID in Hub publishing guide#586
muhsinking merged 1 commit intomainfrom
promptless/fix-gpu-id-hub-publishing-guide

Conversation

@promptless
Copy link
Contributor

@promptless promptless bot commented Mar 23, 2026

Open this suggestion in Promptless to view citations and reasoning process

Fixes the GPU ID in the Hub publishing guide from "NVIDIA RTX 4090" to "NVIDIA GeForce RTX 4090". The incorrect ID causes operations like pod creation to fail silently with "no instances available". Updates both the gpuIds field description table and the full manifest example.

Trigger Events

runpod/runpodctl PR #260: fix: use correct gpu id in pod create help examples

Promptless Research (5 files, 1 GitHub PR)

  • Reviewed runpod/runpodctl#260
  • Viewed .long_term_context/product_knowledge/product_overview.md
  • Viewed .long_term_context/doc_workflow/client_instructions.md
  • Viewed hub/publishing-guide.mdx
  • Viewed .long_term_context/style/client_style_guide.md
  • Viewed runpodctl/reference/runpodctl-pod.mdx

Agent Response

I've reviewed PR #260 and made the necessary documentation updates.

Summary

The PR fixes an incorrect GPU ID in the pod create help examples. Using "NVIDIA RTX 4090" instead of the correct "NVIDIA GeForce RTX 4090" causes pod creation to fail silently with "no instances available."

I found and fixed this same issue in the documentation:

Updated existing suggestion

runpodctl v2 documentation - Fixed 3 occurrences in runpodctl/reference/runpodctl-pod.mdx:

  • Two code examples showing --gpu-id usage
  • The --gpu-id flag description

Created new suggestion

Fix incorrect GPU ID in Hub publishing guide - Fixed 2 occurrences in hub/publishing-guide.mdx:

  • The gpuIds field description table
  • The full manifest JSON example

Both suggestions are ready for review.


Tip: Send Promptless a meeting transcript in Slack to generate doc updates 📝

| `cpuFlavor` | CPU configuration | Only if `runsOn` is `"CPU"` | Valid CPU flavor string. For a complete list of available CPU flavors, see [CPU types](/references/cpu-types) |
| `gpuCount` | Number of GPUs | Only if `runsOn` is `"GPU"` | Integer |
| `gpuIds` | GPU pool specification | Only if `runsOn` is `"GPU"` | Comma-separated pool IDs (e.g., `"ADA_24"`) with optional GPU ID negations (e.g., `"-NVIDIA RTX 4090"`). For a list of GPU pools and IDs, see [GPU types](/references/gpu-types#gpu-pools). |
| `gpuIds` | GPU pool specification | Only if `runsOn` is `"GPU"` | Comma-separated pool IDs (e.g., `"ADA_24"`) with optional GPU ID negations (e.g., `"-NVIDIA GeForce RTX 4090"`). For a list of GPU pools and IDs, see [GPU types](/references/gpu-types#gpu-pools). |
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Citation: Fixed GPU ID from "NVIDIA RTX 4090" to "NVIDIA GeForce RTX 4090" based on PR #260 which identified that the incorrect ID causes operations to fail silently with "no instances available".
View source

@muhsinking muhsinking marked this pull request as ready for review March 23, 2026 19:55
@muhsinking muhsinking self-requested a review March 23, 2026 19:55
@promptless
Copy link
Contributor Author

promptless bot commented Mar 23, 2026

Just a reminder: If you'd like me to act on any feedback you have via Github comments, just type @Promptless in your suggestion and I'll get right on it! (I won't show up in the user dropdown, but I'll process any request that has @Promptless in the comment body.)

@muhsinking muhsinking merged commit 1cd55a1 into main Mar 23, 2026
1 check passed
@muhsinking muhsinking deleted the promptless/fix-gpu-id-hub-publishing-guide branch March 23, 2026 19:57
@mintlify
Copy link

mintlify bot commented Mar 23, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
runpod-docs 🔴 Failed Mar 23, 2026, 7:58 PM

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