File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -51,17 +51,17 @@ new_local_repository(
51
51
http_archive(
52
52
name = "libtorch",
53
53
build_file = "@//third_party/libtorch:BUILD",
54
- sha256 = "0a013dceedb252f4965b666a2ad772d962135597db5889bd5d43644697c17dbc ",
54
+ sha256 = "b565c662435fd58ec295fa0791388ea52ad0f5fd33517b2d7c0fdcc91b6db531 ",
55
55
strip_prefix = "libtorch",
56
- urls = ["https://download.pytorch.org/libtorch/cu117/ libtorch-cxx11-abi-shared-with-deps-1.13.0 %2Bcu117.zip"],
56
+ urls = ["https://download.pytorch.org/libtorch/nightly/cu116/ libtorch-cxx11-abi-shared-with-deps-1.14.0.dev20221114 %2Bcu117.zip"],
57
57
)
58
58
59
59
http_archive(
60
60
name = "libtorch_pre_cxx11_abi",
61
61
build_file = "@//third_party/libtorch:BUILD",
62
- sha256 = "cdbd43985ad9d5886793d5dc455d665cf3fd4b4617ef1094479678ff210ed0af ",
62
+ sha256 = "fbb37446c33b05c1e26256c09f6ffb46cea1f6ff9ee2ad5b79b146d09023b0c1 ",
63
63
strip_prefix = "libtorch",
64
- urls = ["https://download.pytorch.org/libtorch/cu117/ libtorch-shared-with-deps-1.13.0 %2Bcu117.zip"],
64
+ urls = ["https://download.pytorch.org/libtorch/nightly/cu116/ libtorch-shared-with-deps-1.14.0.dev20221114 %2Bcu117.zip"],
65
65
)
66
66
67
67
####################################################################################
Original file line number Diff line number Diff line change @@ -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 = "0a013dceedb252f4965b666a2ad772d962135597db5889bd5d43644697c17dbc ",
59
+ sha256 = "b565c662435fd58ec295fa0791388ea52ad0f5fd33517b2d7c0fdcc91b6db531 ",
60
60
strip_prefix = "libtorch",
61
- urls = ["https://download.pytorch.org/libtorch/cu117/ libtorch-cxx11-abi-shared-with-deps-1.13.0 %2Bcu117.zip"],
61
+ urls = ["https://download.pytorch.org/libtorch/nightly/cu116/ libtorch-cxx11-abi-shared-with-deps-1.14.0.dev20221114 %2Bcu117.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 = "cdbd43985ad9d5886793d5dc455d665cf3fd4b4617ef1094479678ff210ed0af ",
67
+ sha256 = "fbb37446c33b05c1e26256c09f6ffb46cea1f6ff9ee2ad5b79b146d09023b0c1 ",
68
68
strip_prefix = "libtorch",
69
- urls = ["https://download.pytorch.org/libtorch/cu117/ libtorch-shared-with-deps-1.13.0 %2Bcu117.zip"],
69
+ urls = ["https://download.pytorch.org/libtorch/nightly/cu116/ libtorch-shared-with-deps-1.14.0.dev20221114 %2Bcu117.zip"],
70
70
)
71
71
72
72
####################################################################################
Original file line number Diff line number Diff line change @@ -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 = "0a013dceedb252f4965b666a2ad772d962135597db5889bd5d43644697c17dbc ",
59
+ sha256 = "b565c662435fd58ec295fa0791388ea52ad0f5fd33517b2d7c0fdcc91b6db531 ",
60
60
strip_prefix = "libtorch",
61
- urls = ["https://download.pytorch.org/libtorch/cu117/ libtorch-cxx11-abi-shared-with-deps-1.13.0 %2Bcu117.zip"],
61
+ urls = ["https://download.pytorch.org/libtorch/nightly/cu116/ libtorch-cxx11-abi-shared-with-deps-1.14.0.dev20221114 %2Bcu117.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 = "cdbd43985ad9d5886793d5dc455d665cf3fd4b4617ef1094479678ff210ed0af ",
67
+ sha256 = "fbb37446c33b05c1e26256c09f6ffb46cea1f6ff9ee2ad5b79b146d09023b0c1 ",
68
68
strip_prefix = "libtorch",
69
- urls = ["https://download.pytorch.org/libtorch/cu117/ libtorch-shared-with-deps-1.13.0 %2Bcu117.zip"],
69
+ urls = ["https://download.pytorch.org/libtorch/nightly/cu116/ libtorch-shared-with-deps-1.14.0.dev20221114 %2Bcu117.zip"],
70
70
)
71
71
72
72
####################################################################################
You can’t perform that action at this time.
0 commit comments