Commit 2dbc908
committed
fix: pin vLLM version in ROCm install to avoid silent CUDA wheel fallback
Without pinning, uv resolves vllm against both PyPI and our extra ROCm
wheel index. If a newer vLLM lands on PyPI before the matching ROCm
wheel is published there, --index-strategy unsafe-best-match would pick
the higher PyPI version — silently installing a CUDA-only wheel into
the ROCm image.
Pinning vllm==${VLLM_ROCM_VERSION} ensures both the version and the
wheel source are driven by VLLM_ROCM_VERSION.1 parent e59ba7c commit 2dbc908
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| |||
0 commit comments