File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
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.3 "
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/nightly /cu121/libtorch-cxx11-abi-shared-with-deps-latest .zip" ],
57+ urls = ["https://download.pytorch.org/libtorch/test /cu121/libtorch-cxx11-abi-shared-with-deps-2.3.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/nightly /cu121/libtorch-shared-with-deps-latest .zip" ],
64+ urls = ["https://download.pytorch.org/libtorch/test /cu121/libtorch-shared-with-deps-2.3.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/nightly /cu121 -w dist"
6+ BUILD_CMD=" python -m pip wheel . --extra-index-url https://download.pytorch.org/whl/test /cu121 -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/nightly /cu121 -w dist"
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"
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/nightly /cu121
5- torch >= 2.4.0.dev , < 2.5 .0
6- torchvision >= 0.19.0.dev , < 0.20 .0
4+ --extra-index-url https://download.pytorch.org/whl/test /cu121
5+ torch == 2.3 .0
6+ torchvision == 0.18 .0
77--extra-index-url https://pypi.ngc.nvidia.com
88pyyaml
99tensorrt
Original file line number Diff line number Diff line change @@ -58,14 +58,14 @@ http_archive(
5858 name = "libtorch",
5959 build_file = "@//third_party/libtorch:BUILD",
6060 strip_prefix = "libtorch",
61- urls = ["https://download.pytorch.org/libtorch/nightly /cu121/libtorch-cxx11-abi-shared-with-deps-latest .zip"],
61+ urls = ["https://download.pytorch.org/libtorch/test /cu121/libtorch-cxx11-abi-shared-with-deps-2.3.0%2Bcu121 .zip"],
6262)
6363
6464http_archive(
6565 name = "libtorch_pre_cxx11_abi",
6666 build_file = "@//third_party/libtorch:BUILD",
6767 strip_prefix = "libtorch",
68- urls = ["https://download.pytorch.org/libtorch/nightly /cu121/libtorch-shared-with-deps-latest .zip"],
68+ urls = ["https://download.pytorch.org/libtorch/test /cu121/libtorch-shared-with-deps-2.3.0%2Bcu121 .zip"],
6969)
7070
7171http_archive(
You can’t perform that action at this time.
0 commit comments