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 d668daf commit bd8af9fCopy full SHA for bd8af9f
.github/workflows/ci-tests-pytorch.yml
@@ -120,10 +120,10 @@ jobs:
120
timeout-minutes: 20
121
run: |
122
uv pip install ".[${EXTRA_PREFIX}extra,${EXTRA_PREFIX}test,${EXTRA_PREFIX}strategies]" \
123
- -U --upgrade-strategy=eager --prefer-binary \
+ --upgrade \
124
-r requirements/_integrations/accelerators.txt \
125
--extra-index-url="${TORCH_URL}" \
126
- --find-links="${PYPI_CACHE_DIR}" \
+ --find-links="${UV_CACHE_DIR}" \
127
--find-links="https://download.pytorch.org/whl/torch-tensorrt"
128
uv pip list
129
0 commit comments