We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db8a0a commit 96f129eCopy full SHA for 96f129e
.github/scripts/install-torch-tensorrt-windows.sh
@@ -1,7 +1,7 @@
1
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 pyyaml mpmath==1.3.0
4
-${CONDA_RUN} pip install tensorrt==10.0.0b6 --extra-index-url https://pypi.nvidia.com
+${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
6
7
echo -e "Running test script";
0 commit comments