Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lanluo-nvidia committed Sep 15, 2024
1 parent 450ad57 commit 9bd7636
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/scripts/install-torch-tensorrt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ TORCHVISION=$(grep "^torchvision" ${PWD}/tests/py/requirements.txt)
pip install --pre ${TORCHVISION} --index-url ${INDEX_URL}

# Install optional dependencies required for Torch-TensorRT tests
tempdir=$(mktemp)
cat ${PWD}/tests/py/requirements.txt | grep -v torchvision | grep -v https://download.pytorch.org > ${tempdir}/requirements.txt
cat ${tempdir}/requirements.txt
pip install --pre -r ${temp}/requirements.txt --use-deprecated legacy-resolver

# Install Torch-TensorRT
Expand Down

0 comments on commit 9bd7636

Please sign in to comment.