Skip to content

Commit

Permalink
add silence model in cudnn installer
Browse files Browse the repository at this point in the history
  • Loading branch information
thucpham committed Dec 20, 2023
1 parent fb1aa68 commit 5f34729
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 @@ -10,7 +10,7 @@ rm cuda.exe

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
./cudnn.exe -s
cp -r "$CUDNN_ROOT/*" "$CUDA_ROOT"
rm cudnn.exe

Expand Down

0 comments on commit 5f34729

Please sign in to comment.