Skip to content

Commit 550d01d

Browse files
committed
ci: extra-index-url
1 parent c59b4a1 commit 550d01d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-tests-pytorch.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ jobs:
140140
-U --upgrade-strategy=eager --prefer-binary \
141141
-r requirements/_integrations/accelerators.txt \
142142
-r requirements/_integrations/tensorrt.txt \
143-
--extra-index-url="${TORCH_URL}" --find-links="${PYPI_CACHE_DIR}"
143+
--extra-index-url="${TORCH_URL}" --find-links="${PYPI_CACHE_DIR}" \
144+
--extra-index-url https://download.pytorch.org/whl/torch-tensorrt
144145
pip list
145146
- name: Drop LAI from extensions
146147
if: ${{ matrix.pkg-name != 'lightning' }}

0 commit comments

Comments
 (0)