@@ -54,14 +54,14 @@ http_archive(
54
54
name = "libtorch" ,
55
55
build_file = "@//third_party/libtorch:BUILD" ,
56
56
strip_prefix = "libtorch" ,
57
- urls = ["https://download.pytorch.org/libtorch/test/ cu121/libtorch-cxx11-abi-shared-with-deps-latest .zip" ],
57
+ urls = ["https://download.pytorch.org/libtorch/cu121/libtorch-cxx11-abi-shared-with-deps-2.1.0%2Bcu121 .zip" ],
58
58
)
59
59
60
60
http_archive (
61
61
name = "libtorch_pre_cxx11_abi" ,
62
62
build_file = "@//third_party/libtorch:BUILD" ,
63
63
strip_prefix = "libtorch" ,
64
- urls = ["https://download.pytorch.org/libtorch/test/ cu121/libtorch-shared-with-deps-latest .zip" ],
64
+ urls = ["https://download.pytorch.org/libtorch/cu121/libtorch-shared-with-deps-2.1.0%2Bcu121 .zip" ],
65
65
)
66
66
67
67
# Download these tarballs manually from the NVIDIA website
@@ -71,10 +71,10 @@ http_archive(
71
71
http_archive (
72
72
name = "cudnn" ,
73
73
build_file = "@//third_party/cudnn/archive:BUILD" ,
74
- sha256 = "79d77a769c7e7175abc7b5c2ed5c494148c0618a864138722c887f95c623777c " ,
75
- strip_prefix = "cudnn-linux-x86_64-8.8.1.3_cuda12 -archive" ,
74
+ sha256 = "2a2eb89a2ab51071151c6082f1e816c702167a711a9372f9f73a7b5c4b06e01a " ,
75
+ strip_prefix = "cudnn-linux-x86_64-8.9.5.30_cuda12 -archive" ,
76
76
urls = [
77
- "https://developer.nvidia.com/downloads/compute/cudnn/secure/8.8.1 /local_installers/12.0 /cudnn-linux-x86_64-8.8.1.3_cuda12 -archive.tar.xz" ,
77
+ "https://developer.nvidia.com/downloads/compute/cudnn/secure/8.9.5 /local_installers/12.x /cudnn-linux-x86_64-8.9.5.30_cuda12 -archive.tar.xz" ,
78
78
],
79
79
)
80
80
0 commit comments