File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
numpy
2
2
pybind11 == 2.6.2
3
3
--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
6
6
--extra-index-url https://pypi.ngc.nvidia.com
7
7
tensorrt == 8.5.1.7
Original file line number Diff line number Diff line change 1
1
timm == v0.4.12
2
2
transformers == 4.17.0
3
3
--extra-index-url https://download.pytorch.org/whl/nightly/cu117
4
- torchvision == 0.15.0.dev20221205+cpu
4
+ torchvision == 0.15.0.dev20221222+cu117
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 = "28f352d980191492758fbeb6773eda509d3d1917c59a7f52829af1c6b521bbc7 ",
59
+ sha256 = "24e82bc3612066d6c224c08e148263bd237670a44a0afa9952be8de2445fd89a ",
60
60
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"],
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 = "6e1ee2893cfd2ce3d69604d9988e0f5133aeee45da611edd07cb633f78966ce3 ",
67
+ sha256 = "0a61f2d80bf2a5cbba65e6f44de2df731af923482f96e89af90099d8a0cb7a1e ",
68
68
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"],
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 = "28f352d980191492758fbeb6773eda509d3d1917c59a7f52829af1c6b521bbc7 ",
59
+ sha256 = "24e82bc3612066d6c224c08e148263bd237670a44a0afa9952be8de2445fd89a ",
60
60
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"],
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 = "6e1ee2893cfd2ce3d69604d9988e0f5133aeee45da611edd07cb633f78966ce3 ",
67
+ sha256 = "0a61f2d80bf2a5cbba65e6f44de2df731af923482f96e89af90099d8a0cb7a1e ",
68
68
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"],
70
70
)
71
71
72
72
####################################################################################
You can’t perform that action at this time.
0 commit comments