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 07d2c4e commit 188a297Copy full SHA for 188a297
.lightning/workflows/pytorch.yml
@@ -124,7 +124,7 @@ run: |
124
125
# 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/${UV_TORCH_BACKEND}"
+ --find-links="https://download.pytorch.org/whl/${UV_TORCH_BACKEND}" \
128
--find-links="https://download.pytorch.org/whl/${UV_TORCH_BACKEND}/torch-tensorrt"
129
uv pip list
130
0 commit comments