Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion references/gpu-types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
4 changes: 2 additions & 2 deletions runpodctl/reference/runpodctl-create-pod.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ A custom name for your Pod to make it easy to identify and reference.
</ResponseField>

<ResponseField name="--gpuType" type="string">
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.
</ResponseField>

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

<ResponseField name="--env" type="string">
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`).
</ResponseField>

<ResponseField name="--args" type="string">
Expand Down
2 changes: 1 addition & 1 deletion runpodctl/reference/runpodctl-create-pods.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The number of Pods to create.
</ResponseField>

<ResponseField name="--gpuType" type="string">
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.
</ResponseField>

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