Skip to content

Commit 52edcc4

Browse files
committed
chore: upgrade to latest 2.0
Signed-off-by: Dheeraj Peri <[email protected]>
1 parent 09fa2ad commit 52edcc4

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

py/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
numpy
22
pybind11==2.6.2
33
--extra-index-url https://download.pytorch.org/whl/nightly/cu117
4-
torch==1.14.0.dev20221205+cu117
5-
torchvision==0.15.0.dev20221205+cpu
4+
torch==2.0.0.dev20221228+cu117
5+
torchvision==0.15.0.dev20221222+cu117
66
--extra-index-url https://pypi.ngc.nvidia.com
77
tensorrt==8.5.1.7

tests/modules/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
timm==v0.4.12
22
transformers==4.17.0
33
--extra-index-url https://download.pytorch.org/whl/nightly/cu117
4-
torchvision==0.15.0.dev20221205+cpu
4+
torchvision==0.15.0.dev20221222+cu117

toolchains/ci_workspaces/WORKSPACE.x86_64.release.rhel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,17 @@ new_local_repository(
5656
http_archive(
5757
name = "libtorch",
5858
build_file = "@//third_party/libtorch:BUILD",
59-
sha256 = "28f352d980191492758fbeb6773eda509d3d1917c59a7f52829af1c6b521bbc7",
59+
sha256 = "24e82bc3612066d6c224c08e148263bd237670a44a0afa9952be8de2445fd89a",
6060
strip_prefix = "libtorch",
61-
urls = ["https://download.pytorch.org/libtorch/nightly/cu117/libtorch-cxx11-abi-shared-with-deps-1.14.0.dev20221114%2Bcu117.zip"],
61+
urls = ["https://download.pytorch.org/libtorch/nightly/cu117/libtorch-cxx11-abi-shared-with-deps-2.0.0.dev20221228%2Bcu117.zip"],
6262
)
6363

6464
http_archive(
6565
name = "libtorch_pre_cxx11_abi",
6666
build_file = "@//third_party/libtorch:BUILD",
67-
sha256 = "6e1ee2893cfd2ce3d69604d9988e0f5133aeee45da611edd07cb633f78966ce3",
67+
sha256 = "0a61f2d80bf2a5cbba65e6f44de2df731af923482f96e89af90099d8a0cb7a1e",
6868
strip_prefix = "libtorch",
69-
urls = ["https://download.pytorch.org/libtorch/nightly/cu117/libtorch-shared-with-deps-1.14.0.dev20221114%2Bcu117.zip"],
69+
urls = ["https://download.pytorch.org/libtorch/nightly/cu117/libtorch-shared-with-deps-2.0.0.dev20221228%2Bcu117.zip"],
7070
)
7171

7272
####################################################################################

toolchains/ci_workspaces/WORKSPACE.x86_64.release.ubuntu

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,17 @@ new_local_repository(
5656
http_archive(
5757
name = "libtorch",
5858
build_file = "@//third_party/libtorch:BUILD",
59-
sha256 = "28f352d980191492758fbeb6773eda509d3d1917c59a7f52829af1c6b521bbc7",
59+
sha256 = "24e82bc3612066d6c224c08e148263bd237670a44a0afa9952be8de2445fd89a",
6060
strip_prefix = "libtorch",
61-
urls = ["https://download.pytorch.org/libtorch/nightly/cu117/libtorch-cxx11-abi-shared-with-deps-1.14.0.dev20221114%2Bcu117.zip"],
61+
urls = ["https://download.pytorch.org/libtorch/nightly/cu117/libtorch-cxx11-abi-shared-with-deps-2.0.0.dev20221228%2Bcu117.zip"],
6262
)
6363

6464
http_archive(
6565
name = "libtorch_pre_cxx11_abi",
6666
build_file = "@//third_party/libtorch:BUILD",
67-
sha256 = "6e1ee2893cfd2ce3d69604d9988e0f5133aeee45da611edd07cb633f78966ce3",
67+
sha256 = "0a61f2d80bf2a5cbba65e6f44de2df731af923482f96e89af90099d8a0cb7a1e",
6868
strip_prefix = "libtorch",
69-
urls = ["https://download.pytorch.org/libtorch/nightly/cu117/libtorch-shared-with-deps-1.14.0.dev20221114%2Bcu117.zip"],
69+
urls = ["https://download.pytorch.org/libtorch/nightly/cu117/libtorch-shared-with-deps-2.0.0.dev20221228%2Bcu117.zip"],
7070
)
7171

7272
####################################################################################

0 commit comments

Comments
 (0)