File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -140,8 +140,7 @@ 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}" \
144- --extra-index-url https://download.pytorch.org/whl/torch-tensorrt
143+ --extra-index-url="${TORCH_URL}" --find-links="${PYPI_CACHE_DIR}"
145144 pip list
146145 - name : Drop LAI from extensions
147146 if : ${{ matrix.pkg-name != 'lightning' }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -18,3 +18,6 @@ fastapi # for `ServableModuleValidator` # not setting version as re-defined in
1818uvicorn # for `ServableModuleValidator` # not setting version as re-defined in App
1919
2020tensorboard >=2.9.1, <2.21.0 # for `TensorBoardLogger`
21+
22+ --extra-index-url https://download.pytorch.org/whl/torch-tensorrt
23+ torch-tensorrt >= 2.3.0; platform_system == "Linux" and python_version >= "3.12" # Limit the torch-tensorrt version for testing.
You can’t perform that action at this time.
0 commit comments