@@ -41,7 +41,7 @@ local_repository(
41
41
new_local_repository(
42
42
name = "cuda",
43
43
build_file = "@//third_party/cuda:BUILD",
44
- path = "/usr/local/cuda-11.3 ",
44
+ path = "/usr/local/cuda-11.6 ",
45
45
)
46
46
47
47
new_local_repository(
@@ -56,17 +56,17 @@ new_local_repository(
56
56
http_archive(
57
57
name = "libtorch",
58
58
build_file = "@//third_party/libtorch:BUILD",
59
- sha256 = "80f089939de20e68e3fcad4dfa72a26c8bf91b5e77b11042f671f39ebac35865",
60
59
strip_prefix = "libtorch",
61
- urls = ["https://download.pytorch.org/libtorch/cu113/libtorch-cxx11-abi-shared-with-deps-1.12.0%2Bcu113.zip"],
60
+ sha256 = "94573e4c5f84ee70dea00c39dc1afcd4173ef4454f4d7cb428b499cf4c3b86e1",
61
+ urls = ["https://download.pytorch.org/libtorch/nightly/cu116/libtorch-cxx11-abi-shared-with-deps-1.13.0.dev20220922%2Bcu116.zip"],
62
62
)
63
63
64
64
http_archive(
65
65
name = "libtorch_pre_cxx11_abi",
66
66
build_file = "@//third_party/libtorch:BUILD",
67
- sha256 = "8e35371403f7052d9e9b43bcff383980dbde4df028986dc1dab539953481d55f",
68
67
strip_prefix = "libtorch",
69
- urls = ["https://download.pytorch.org/libtorch/cu113/libtorch-shared-with-deps-1.12.0%2Bcu113.zip"],
68
+ sha256 = "5748ee06d81934a4bf7654653b34820365b264d16f6b99b56833cfdd3005da71",
69
+ urls = ["https://download.pytorch.org/libtorch/nightly/cu116/libtorch-shared-with-deps-1.13.0.dev20220922%2Bcu116.zip"],
70
70
)
71
71
72
72
####################################################################################
0 commit comments