Skip to content

Commit b79d4df

Browse files
authored
docs(cuda): add CUDA 13.3 to supported toolkits (#260)
Signed-off-by: Onuralp SEZER <onuralp@ultralytics.com>
1 parent f25eafe commit b79d4df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/CUDA.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
| Component | Tested | How to verify |
1616
| ---------------------- | ----------- | ------------------------------------------------------------------------------------------------------------------------ |
1717
| NVIDIA driver | 580+ | `nvidia-smi` |
18-
| CUDA toolkit | 11.4 – 13.2 | `nvcc --version` _(toolkit only required for `cuda-preprocess`; `cuda` and `tensorrt` ship their EP libs through `ort`)_ |
18+
| CUDA toolkit | 11.4 – 13.3 | `nvcc --version` _(toolkit only required for `cuda-preprocess`; `cuda` and `tensorrt` ship their EP libs through `ort`)_ |
1919
| TensorRT | 10.x | `ldconfig -p \| grep libnvinfer` (only for `tensorrt` / `cuda-preprocess`) |
2020
| GPU compute capability | sm_70+ | `nvidia-smi --query-gpu=compute_cap --format=csv` |
2121

@@ -53,7 +53,7 @@ export PATH=/usr/local/cuda/bin:$PATH
5353
export CUDARC_CUDA_VERSION=13020
5454
```
5555

56-
Supported toolkits: 11.4, 11.5, 11.6, 11.7, 11.8, 12.0, 12.1, 12.2, 12.3, 12.4, 12.5, 12.6, 12.8, 12.9, 13.0, 13.1, 13.2. (Full list and feature names: [cudarc Cargo.toml](https://github.com/chelsea0x3b/cudarc/blob/main/Cargo.toml).)
56+
Supported toolkits: 11.4, 11.5, 11.6, 11.7, 11.8, 12.0, 12.1, 12.2, 12.3, 12.4, 12.5, 12.6, 12.8, 12.9, 13.0, 13.1, 13.2, 13.3. (Full list and feature names: [cudarc Cargo.toml](https://github.com/chelsea0x3b/cudarc/blob/main/Cargo.toml).)
5757

5858
If you need to pin a specific version at compile time instead, override the cudarc dep in your project's `Cargo.toml`:
5959

0 commit comments

Comments
 (0)