Skip to content

Commit a12d249

Browse files
committed
feat!: Pytorch 1.9 version bump
BREAKING CHANGE: Updating PyTorch version to 1.9.0 which includes breaking changes to the to_backend api Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent 080b594 commit a12d249

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: WORKSPACE

+4-4
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,17 @@ new_local_repository(
5050
http_archive(
5151
name = "libtorch",
5252
build_file = "@//third_party/libtorch:BUILD",
53-
sha256 = "1f8aec376f9343538bd7c2fd3abb81ed3af11f575efe3aa72777c4d62044b832",
53+
sha256 = "edc12091193ba772db77a6ec14e05cef6da881288fca0dfc89a031f631601f60",
5454
strip_prefix = "libtorch",
55-
urls = ["https://download.pytorch.org/libtorch/cu111/libtorch-cxx11-abi-shared-with-deps-1.8.1%2Bcu111.zip"],
55+
urls = ["https://download.pytorch.org/libtorch/cu111/libtorch-cxx11-abi-shared-with-deps-1.9.0%2Bcu111.zip"],
5656
)
5757

5858
http_archive(
5959
name = "libtorch_pre_cxx11_abi",
6060
build_file = "@//third_party/libtorch:BUILD",
61-
sha256 = "3a6e0dc11859111e75caa640c8ce9bf904fbb6e9992b4345e444ed5410e4d77e",
61+
sha256 = "af9435fa4b44bb395c1a7645391c00228a72af4305f43a61e9300c0abdbe0819",
6262
strip_prefix = "libtorch",
63-
urls = ["https://download.pytorch.org/libtorch/cu111/libtorch-shared-with-deps-1.8.1%2Bcu111.zip"],
63+
urls = ["https://download.pytorch.org/libtorch/cu111/libtorch-shared-with-deps-1.9.0%2Bcu111.zip"],
6464
)
6565

6666
# Download these tarballs manually from the NVIDIA website

0 commit comments

Comments
 (0)