From 94d311d09ee8ab0107d28689e9d1f33aa1af7384 Mon Sep 17 00:00:00 2001 From: Uwe Korn Date: Mon, 30 Sep 2024 19:30:55 +0000 Subject: [PATCH] Remove cudnn_path --- recipe/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/recipe/build.sh b/recipe/build.sh index 646ed0e3..b857a0f5 100644 --- a/recipe/build.sh +++ b/recipe/build.sh @@ -41,7 +41,6 @@ if [[ "${cuda_compiler_version:-None}" != "None" ]]; then CUDA_ARGS="--enable_cuda \ --enable_nccl \ - --cudnn_path=${PREFIX} \ --cuda_compute_capabilities=$TF_CUDA_COMPUTE_CAPABILITIES \ --cuda_version=$TF_CUDA_VERSION \ --cudnn_version=$TF_CUDNN_VERSION"