Skip to content

Commit bc69dd2

Browse files
docs: Fix typo in runpodctl create pod --env flag example (#457)
Co-authored-by: promptless[bot] <179508745+promptless[bot]@users.noreply.github.com> Co-authored-by: Mo King <muhsinking@gmail.com>
1 parent 5aeaf16 commit bc69dd2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

references/gpu-types.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For information on pricing, see [GPU pricing](https://www.runpod.io/gpu-instance
1010
This table lists all GPU types available on Runpod:
1111
{/* Table last generated: 2025-08-23 */}
1212

13-
| GPU ID | Display Name | Memory (GB) |
13+
| GPU Name | GPU ID | Memory (GB) |
1414
|---------------------------------------------------|--------------------------|---------------|
1515
| AMD Instinct MI300X OAM | MI300X | 192 |
1616
| NVIDIA A100 80GB PCIe | A100 PCIe | 80 |

runpodctl/reference/runpodctl-create-pod.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ A custom name for your Pod to make it easy to identify and reference.
3131
</ResponseField>
3232

3333
<ResponseField name="--gpuType" type="string">
34-
The [GPU type](/references/gpu-types) to use for the Pod (e.g., `RTX 4090`, `A100 80GB`, `H100 SXM`).
34+
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.
3535
</ResponseField>
3636

3737
<ResponseField name="--gpuCount" type="integer" default={1}>
@@ -83,7 +83,7 @@ The minimum number of vCPUs required for the Pod.
8383
</ResponseField>
8484

8585
<ResponseField name="--env" type="string">
86-
Environment variables to set in the container. Specify multiple times for multiple variables (e.g., `--env KEY1=VALUE1 -env KEY2=VALUE2`).
86+
Environment variables to set in the container. Specify multiple times for multiple variables (e.g., `--env KEY1=VALUE1 --env KEY2=VALUE2`).
8787
</ResponseField>
8888

8989
<ResponseField name="--args" type="string">

runpodctl/reference/runpodctl-create-pods.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The number of Pods to create.
3434
</ResponseField>
3535

3636
<ResponseField name="--gpuType" type="string">
37-
The GPU type to use for the Pods (e.g., `RTX 4090`, `A100 80GB`, `H100 SXM`).
37+
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.
3838
</ResponseField>
3939

4040
<ResponseField name="--gpuCount" type="integer" default={1}>

0 commit comments

Comments
 (0)