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