File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -123,8 +123,7 @@ run: |
123123 extra=$(python -c "print({'lightning': 'pytorch-'}.get('${PACKAGE_NAME}', ''))")
124124
125125 # Use find-links to prefer CUDA-specific packages from PyTorch index
126- uv pip install -e ".[${extra}dev]" --upgrade \
127- --find-links https://download.pytorch.org/whl/cu${CUDA_VERSION_MM}
126+ uv pip install -e ".[${extra}dev]" --upgrade
128127
129128 echo "Ensure only a single package is installed"
130129 if [ "${PACKAGE_NAME}" == "pytorch" ]; then
Original file line number Diff line number Diff line change @@ -21,5 +21,6 @@ uvicorn # for `ServableModuleValidator` # not setting version as re-defined in
2121
2222tensorboard >=2.11, <2.21.0 # for `TensorBoardLogger`
2323
24- torch-tensorrt; platform_system == "Linux" and python_version >= "3.12"
24+ # TODO: resolve GPU test failures for TensorRT due to defaulting to cu13 installations
25+ torch-tensorrt<2.9.0; platform_system == "Linux" and python_version >= "3.12"
2526huggingface-hub
You can’t perform that action at this time.
0 commit comments