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 c59b4a1 commit 550d01dCopy full SHA for 550d01d
.github/workflows/ci-tests-pytorch.yml
@@ -140,7 +140,8 @@ jobs:
140
-U --upgrade-strategy=eager --prefer-binary \
141
-r requirements/_integrations/accelerators.txt \
142
-r requirements/_integrations/tensorrt.txt \
143
- --extra-index-url="${TORCH_URL}" --find-links="${PYPI_CACHE_DIR}"
+ --extra-index-url="${TORCH_URL}" --find-links="${PYPI_CACHE_DIR}" \
144
+ --extra-index-url https://download.pytorch.org/whl/torch-tensorrt
145
pip list
146
- name: Drop LAI from extensions
147
if: ${{ matrix.pkg-name != 'lightning' }}
0 commit comments