Skip to content

Commit

Permalink
Missing tensorrt bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
gs-olive committed Apr 22, 2024
1 parent 8db8a0a commit 96f129e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/install-torch-tensorrt-windows.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "${BUILD_ENV_FILE}"
# ${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
${CONDA_RUN} pip install pyyaml mpmath==1.3.0
${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
${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

echo -e "Running test script";

0 comments on commit 96f129e

Please sign in to comment.