Skip to content

Commit ae9bad6

Browse files
committed
update readme
1 parent 2ae00e2 commit ae9bad6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ CONDA_ENV=tritonparse bash .ci/install-triton.sh
3232
Downloads and installs cuDNN to /usr/local/cuda.
3333

3434
**Environment Variables:**
35-
- `CUDNN_VERSION`: cuDNN version (default: "9.10.1.4")
35+
- `CUDNN_VERSION`: cuDNN version (default: "9.10.2.21")
3636
- `CUDA_VERSION`: CUDA version (default: "12.8")
3737
- `CUDA_HOME`: CUDA installation path (default: "/usr/local/cuda")
3838
- `CONDA_ENV`: Conda environment name (optional, for conda fallback)
@@ -43,7 +43,7 @@ Downloads and installs cuDNN to /usr/local/cuda.
4343
bash .ci/install-cudnn.sh
4444

4545
# Install with custom version
46-
CUDNN_VERSION=9.10.1.4 CUDA_VERSION=12.8 bash .ci/install-cudnn.sh
46+
CUDNN_VERSION=9.10.2.21 CUDA_VERSION=12.8 bash .ci/install-cudnn.sh
4747

4848
# Install with custom CUDA path
4949
CUDA_HOME=/opt/cuda bash .ci/install-cudnn.sh

0 commit comments

Comments
 (0)