mirror of
https://github.com/zebrajr/pytorch.git
synced 2026-01-15 12:15:51 +00:00
Add cudnn install 8.7.0.84 for CUDA 11.8 (#93086)
Add cudnn install 8.7.0.84 for CUDA 11.8 . Same as: https://github.com/pytorch/pytorch/pull/84964 Related to https://github.com/pytorch/builder/pull/1271 Test PR: https://github.com/pytorch/pytorch/pull/92971 Pull Request resolved: https://github.com/pytorch/pytorch/pull/93086 Approved by: https://github.com/kit1980, https://github.com/malfet
This commit is contained in:
committed by
PyTorch MergeBot
parent
0ecb071fc4
commit
286cca8929
@@ -7,8 +7,11 @@ if [[ ${CUDNN_VERSION} == 8 ]]; then
|
||||
if [[ ${CUDA_VERSION:0:4} == "11.7" ]]; then
|
||||
CUDNN_NAME="cudnn-linux-x86_64-8.5.0.96_cuda11-archive"
|
||||
curl --retry 3 -OLs https://ossci-linux.s3.amazonaws.com/${CUDNN_NAME}.tar.xz
|
||||
elif [[ ${CUDA_VERSION:0:4} == "11.8" ]]; then
|
||||
CUDNN_NAME="cudnn-linux-x86_64-8.7.0.84_cuda11-archive"
|
||||
curl --retry 3 -OLs https://developer.download.nvidia.com/compute/redist/cudnn/v8.7.0/local_installers/11.8/${CUDNN_NAME}.tar.xz
|
||||
else
|
||||
curl --retry 3 -OLs https://developer.download.nvidia.com/compute/redist/cudnn/v8.3.2/local_installers/11.5/${CUDNN_NAME}.tar.xz
|
||||
curl --retry 3 -OLs https://developer.download.nvidia.com/compute/redist/cudnn/v8.3.2/local_installers/11.5/${CUDNN_NAME}.tar.xz
|
||||
fi
|
||||
|
||||
tar xf ${CUDNN_NAME}.tar.xz
|
||||
|
||||
Reference in New Issue
Block a user