Skip to content

Commit

Permalink
try new cudnn root
Browse files Browse the repository at this point in the history
  • Loading branch information
thucpham committed Dec 20, 2023
1 parent 5f34729 commit 61590af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tools/prepare_build_environment_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ curl -L -nv -o cuda.exe https://developer.download.nvidia.com/compute/cuda/12.2.
./cuda.exe -s nvcc_12.2 cudart_12.2 cublas_dev_12.2 curand_dev_12.2
rm cuda.exe

CUDNN_ROOT="C:\Program Files\NVIDIA\CUDNN\v8.8"
CUDNN_ROOT="C:/Program Files/NVIDIA/CUDNN/v8.8"
curl -L -nv -o cudnn.exe https://developer.download.nvidia.com/compute/redist/cudnn/v8.8.0/local_installers/12.0/cudnn_8.8.0.121_windows.exe
./cudnn.exe -s
cp -r "$CUDNN_ROOT/*" "$CUDA_ROOT"
Expand Down

0 comments on commit 61590af

Please sign in to comment.