Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
update cu101 static build cuda version
Browse files Browse the repository at this point in the history
  • Loading branch information
szha committed Jul 15, 2020
1 parent b1dfc44 commit 55cdba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/setup_gpu_build_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if [[ $VARIANT == cu102* ]]; then
LIBCUDNN_VERSION='7.6.5.32-1+cuda10.2'
LIBNCCL_VERSION='2.5.6-1+cuda10.2'
elif [[ $VARIANT == cu101* ]]; then
CUDA_VERSION='10.1.105-1'
CUDA_VERSION='10.1.243-1'
CUDA_PATCH_VERSION='10.1.0.105-1'
LIBCUDA_VERSION='418.39-0ubuntu1'
LIBCUDNN_VERSION='7.6.5.32-1+cuda10.1'
Expand Down

0 comments on commit 55cdba2

Please sign in to comment.