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