File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139139 pip install ".[${EXTRA_PREFIX}extra,${EXTRA_PREFIX}test,${EXTRA_PREFIX}strategies]" \
140140 -U --upgrade-strategy=eager --prefer-binary \
141141 -r requirements/_integrations/accelerators.txt \
142- --extra-index-url="${TORCH_URL}" --find-links="${PYPI_CACHE_DIR}" --extra-index-url="https://download.pytorch.org/whl/torch-tensorrt"
142+ --extra-index-url="${TORCH_URL}" --find-links="${PYPI_CACHE_DIR}"
143143 pip list
144144 - name : Drop LAI from extensions
145145 if : ${{ matrix.pkg-name != 'lightning' }}
Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ uvicorn # for `ServableModuleValidator` # not setting version as re-defined in
1919
2020tensorboard >=2.9.1, <2.21.0 # for `TensorBoardLogger`
2121
22- --extra-index-url https://download.pytorch.org/whl/torch-tensorrt
22+ --find-links https://download.pytorch.org/whl/torch-tensorrt
2323torch-tensorrt; platform_system == "Linux" and python_version >= "3.12"
You can’t perform that action at this time.
0 commit comments