Skip to content

Commit dcd4f1a

Browse files
committed
fix MODULE.bazel libtorch from nightly to test
1 parent 7ceee7e commit dcd4f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ http_archive(
6565
name = "libtorch",
6666
build_file = "@//third_party/libtorch:BUILD",
6767
strip_prefix = "libtorch",
68-
urls = ["https://download.pytorch.org/libtorch/nightly/cu130/libtorch-shared-with-deps-latest.zip"],
68+
urls = ["https://download.pytorch.org/libtorch/test/cu130/libtorch-shared-with-deps-latest.zip"],
6969
)
7070

7171
# in aarch64 platform you can get libtorch via either local or wheel file

0 commit comments

Comments
 (0)