Skip to content

Commit 1848388

Browse files
HolyWugs-olive
authored andcommitted
Install tensorrt-bindings and tensorrt-libs
1 parent f7e1e74 commit 1848388

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
set -eou pipefail
12
source "${BUILD_ENV_FILE}"
2-
# ${CONDA_RUN} ${PIP_INSTALL_TORCH} torchvision --extra-index-url https://download.pytorch.org/whl/test/cu121 --extra-index-url https://download.pytorch.org/whl/test/cu118
3+
${CONDA_RUN} ${PIP_INSTALL_TORCH} torchvision
34
${CONDA_RUN} pip install pyyaml mpmath==1.3.0
4-
${CONDA_RUN} pip install tensorrt==10.0.0b6 --extra-index-url https://pypi.nvidia.com --no-cache --force-reinstall
5-
${CONDA_RUN} pip install ${RUNNER_ARTIFACT_DIR}/torch_tensorrt*.whl torch torchvision --extra-index-url https://download.pytorch.org/whl/test/cu121 --extra-index-url https://download.pytorch.org/whl/test/cu118
5+
${CONDA_RUN} pip install tensorrt==10.0.0b6 tensorrt-cu12-bindings==10.0.0b6 tensorrt-cu12-libs==10.0.0b6 --extra-index-url https://pypi.nvidia.com
6+
${CONDA_RUN} pip install ${RUNNER_ARTIFACT_DIR}/torch_tensorrt*.whl
67

78
echo -e "Running test script";

0 commit comments

Comments
 (0)