File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2525 type : string
2626 test-infra-ref :
2727 description : " Test infra reference to use"
28- default : " "
28+ default : " release/2.2 "
2929 type : string
3030 build-matrix :
3131 description : " Build matrix to utilize"
Original file line number Diff line number Diff line change @@ -54,14 +54,14 @@ http_archive(
5454 name = "libtorch" ,
5555 build_file = "@//third_party/libtorch:BUILD" ,
5656 strip_prefix = "libtorch" ,
57- urls = ["https://download.pytorch.org/libtorch/test/ cu121/libtorch-cxx11-abi-shared-with-deps-2.2.0%2Bcu121.zip" ],
57+ urls = ["https://download.pytorch.org/libtorch/cu121/libtorch-cxx11-abi-shared-with-deps-2.2.0%2Bcu121.zip" ],
5858)
5959
6060http_archive (
6161 name = "libtorch_pre_cxx11_abi" ,
6262 build_file = "@//third_party/libtorch:BUILD" ,
6363 strip_prefix = "libtorch" ,
64- urls = ["https://download.pytorch.org/libtorch/test/ cu121/libtorch-shared-with-deps-2.2.0%2Bcu121.zip" ],
64+ urls = ["https://download.pytorch.org/libtorch/cu121/libtorch-shared-with-deps-2.2.0%2Bcu121.zip" ],
6565)
6666
6767# Download these tarballs manually from the NVIDIA website
Original file line number Diff line number Diff line change 33TOP_DIR=$( cd $( dirname $0 ) ; pwd) /..
44
55if [[ -z " ${USE_CXX11} " ]]; then
6- BUILD_CMD=" python -m pip wheel . --extra-index-url https://download.pytorch.org/whl/test/cu121 - w dist"
6+ BUILD_CMD=" python -m pip wheel . -w dist"
77else
8- BUILD_CMD=" python -m pip wheel . --config-setting=" --build-option=--use-cxx11-abi" --extra-index-url https://download.pytorch.org/whl/test/cu121 - w dist"
8+ BUILD_CMD=" python -m pip wheel . --config-setting=" --build-option=--use-cxx11-abi" -w dist"
99fi
1010
1111# TensorRT restricts our pip version
Original file line number Diff line number Diff line change 11numpy
22packaging
33pybind11 == 2.6.2
4- --extra-index-url https://download.pytorch.org/whl/test/ cu121
4+ --extra-index-url https://download.pytorch.org/whl/cu121
55torch == 2.2.0
6- torchvision == 0.16.2
6+ torchvision == 0.17.0
77--extra-index-url https://pypi.nvidia.com
88tensorrt == 8.6.1
99pyyaml
Original file line number Diff line number Diff line change @@ -59,14 +59,14 @@ http_archive(
5959 name = "libtorch",
6060 build_file = "@//third_party/libtorch:BUILD",
6161 strip_prefix = "libtorch",
62- urls = ["https://download.pytorch.org/libtorch/test/ cu121/libtorch-cxx11-abi-shared-with-deps-2.2.0%2Bcu121.zip"],
62+ urls = ["https://download.pytorch.org/libtorch/cu121/libtorch-cxx11-abi-shared-with-deps-2.2.0%2Bcu121.zip"],
6363)
6464
6565http_archive(
6666 name = "libtorch_pre_cxx11_abi",
6767 build_file = "@//third_party/libtorch:BUILD",
6868 strip_prefix = "libtorch",
69- urls = ["https://download.pytorch.org/libtorch/test/ cu121/libtorch-shared-with-deps-2.2.0%2Bcu121.zip"],
69+ urls = ["https://download.pytorch.org/libtorch/cu121/libtorch-shared-with-deps-2.2.0%2Bcu121.zip"],
7070)
7171
7272####################################################################################
You can’t perform that action at this time.
0 commit comments