Skip to content

Commit 4d3a6d0

Browse files
committed
Fix CUDNN version.
1 parent fe4a1cd commit 4d3a6d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bazelrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ build:cuda --cxxopt=-DXLA_CUDA=1
5959
# Default hermetic CUDA and CUDNN versions.
6060
build:cuda --repo_env HERMETIC_CUDA_COMPUTE_CAPABILITIES="sm_50,sm_60,sm_70,sm_80,compute_90"
6161
build:cuda --repo_env HERMETIC_CUDA_VERSION="12.3.2"
62-
build:cuda --repo_env HERMETIC_CUDNN_VERSION="9.1.1"
62+
build:cuda --repo_env HERMETIC_CUDNN_VERSION="9.0.0"
6363

6464
# build:cuda --@local_config_cuda//:cuda_compiler=clang-17
6565
build:cuda --action_env TF_NVCC_CLANG=1

0 commit comments

Comments
 (0)