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

Commit

Permalink
update cudnn from 7 to 8 for cu102 (#19522)
Browse files Browse the repository at this point in the history
  • Loading branch information
mseth10 authored Nov 12, 2020
1 parent 351953c commit f1ed842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/install/ubuntu_cudnn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ case ${CUDA_VERSION} in
export libcudnn_dev_version="${CUDNN_VERSION}-1+cuda11.0"
;;
10\.2*)
export libcudnn_package="libcudnn7"
export libcudnn_package="libcudnn8"
export libcudnn_version="${CUDNN_VERSION}-1+cuda10.2"
export libcudnn_dev_version="${CUDNN_VERSION}-1+cuda10.2"
;;
Expand Down

0 comments on commit f1ed842

Please sign in to comment.