diff --git a/hub/publishing-guide.mdx b/hub/publishing-guide.mdx index 3efbe52e..ef78c3a6 100644 --- a/hub/publishing-guide.mdx +++ b/hub/publishing-guide.mdx @@ -69,7 +69,7 @@ You can build your `hub.json` from scratch, or use [this template](#hubjson-temp | `containerDiskInGb` | Container disk space allocation | Yes | Integer (GB) | | `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). | | `allowedCudaVersions` | Supported CUDA versions | No | Array of version strings | | `env` | Environment variable definitions | No | Object ([see below](#environment-variables)) | | `presets` | Default environment variable values | No | Object ([see below](#presets)) | @@ -218,7 +218,7 @@ Here’s an example `hub.json` file that you can use as a starting point: "containerDiskInGb": 20, "gpuCount": 1, - "gpuIds": "RTX A4000,-NVIDIA RTX 4090", + "gpuIds": "RTX A4000,-NVIDIA GeForce RTX 4090", "allowedCudaVersions": [ "12.8", "12.7", "12.6", "12.5", "12.4", "12.3", "12.2", "12.1", "12.0"