@@ -54,14 +54,14 @@ http_archive(
5454 name = "libtorch" ,
5555 build_file = "@//third_party/libtorch:BUILD" ,
5656 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" ],
5858)
5959
6060http_archive (
6161 name = "libtorch_pre_cxx11_abi" ,
6262 build_file = "@//third_party/libtorch:BUILD" ,
6363 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" ],
6565)
6666
6767# Download these tarballs manually from the NVIDIA website
@@ -71,10 +71,10 @@ http_archive(
7171http_archive (
7272 name = "cudnn" ,
7373 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" ,
7676 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" ,
7878 ],
7979)
8080
0 commit comments