mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Update cuDNN 9.10.2 in Manylinux 2.28 Docker files (#165913)
Fixes https://github.com/pytorch/pytorch/issues/165801 Smoke test: https://github.com/pytorch/pytorch/pull/165922/files Pull Request resolved: https://github.com/pytorch/pytorch/pull/165913 Approved by: https://github.com/Camyll, https://github.com/Skylion007
This commit is contained in:
parent
2ce894bb1d
commit
840d63c12d
|
|
@ -129,7 +129,7 @@ function install_129 {
|
|||
}
|
||||
|
||||
function install_128 {
|
||||
CUDNN_VERSION=9.8.0.87
|
||||
CUDNN_VERSION=9.10.2.21
|
||||
echo "Installing CUDA 12.8.1 and cuDNN ${CUDNN_VERSION} and NVSHMEM and NCCL and cuSparseLt-0.7.1"
|
||||
# install CUDA 12.8.1 in the same container
|
||||
install_cuda 12.8.1 cuda_12.8.1_570.124.06_linux
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user