From 98b04f4979884ed2a3dc8805e2e85b3fbd9df788 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 22:14:14 +0000 Subject: [PATCH 1/2] Fix typo in runpodctl create pod --env flag example --- runpodctl/reference/runpodctl-create-pod.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runpodctl/reference/runpodctl-create-pod.mdx b/runpodctl/reference/runpodctl-create-pod.mdx index 9e4f2278..51e1d57e 100644 --- a/runpodctl/reference/runpodctl-create-pod.mdx +++ b/runpodctl/reference/runpodctl-create-pod.mdx @@ -83,7 +83,7 @@ The minimum number of vCPUs required for the Pod. -Environment variables to set in the container. Specify multiple times for multiple variables (e.g., `--env KEY1=VALUE1 -env KEY2=VALUE2`). +Environment variables to set in the container. Specify multiple times for multiple variables (e.g., `--env KEY1=VALUE1 --env KEY2=VALUE2`). From 025fedc1427aacd1671b701187206cf7c17154e1 Mon Sep 17 00:00:00 2001 From: Mo King Date: Tue, 18 Nov 2025 17:31:43 -0500 Subject: [PATCH 2/2] Improve GPU type instructions --- references/gpu-types.mdx | 2 +- runpodctl/reference/runpodctl-create-pod.mdx | 2 +- runpodctl/reference/runpodctl-create-pods.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/references/gpu-types.mdx b/references/gpu-types.mdx index 52311c20..734d169c 100644 --- a/references/gpu-types.mdx +++ b/references/gpu-types.mdx @@ -10,7 +10,7 @@ For information on pricing, see [GPU pricing](https://www.runpod.io/gpu-instance This table lists all GPU types available on Runpod: {/* Table last generated: 2025-08-23 */} -| GPU ID | Display Name | Memory (GB) | +| GPU Name | GPU ID | Memory (GB) | |---------------------------------------------------|--------------------------|---------------| | AMD Instinct MI300X OAM | MI300X | 192 | | NVIDIA A100 80GB PCIe | A100 PCIe | 80 | diff --git a/runpodctl/reference/runpodctl-create-pod.mdx b/runpodctl/reference/runpodctl-create-pod.mdx index 51e1d57e..4f24026a 100644 --- a/runpodctl/reference/runpodctl-create-pod.mdx +++ b/runpodctl/reference/runpodctl-create-pod.mdx @@ -31,7 +31,7 @@ A custom name for your Pod to make it easy to identify and reference. -The [GPU type](/references/gpu-types) to use for the Pod (e.g., `RTX 4090`, `A100 80GB`, `H100 SXM`). +The GPU type to use for the Pod (e.g., `RTX 4090`, `A100 80GB`, `H100 SXM`). Use the GPU ID from the [GPU types reference](/references/gpu-types) table to specify the GPU type. diff --git a/runpodctl/reference/runpodctl-create-pods.mdx b/runpodctl/reference/runpodctl-create-pods.mdx index 8c0a6f31..dc365462 100644 --- a/runpodctl/reference/runpodctl-create-pods.mdx +++ b/runpodctl/reference/runpodctl-create-pods.mdx @@ -34,7 +34,7 @@ The number of Pods to create. -The GPU type to use for the Pods (e.g., `RTX 4090`, `A100 80GB`, `H100 SXM`). +The GPU type to use for the Pod (e.g., `RTX 4090`, `A100 80GB`, `H100 SXM`). Use the GPU ID from the [GPU types reference](/references/gpu-types) table to specify the GPU type.