fix(vllm): restore CPU torch build

The CPU requirements were updated to an XPU-only torch wheel, which cannot resolve from the configured CPU index and also breaks vLLM's pinned CPU wheel compatibility. Restore the supported CPU pin; Intel continues to obtain its XPU torch dependency from upstream requirements/xpu.txt.

Assisted-by: Codex:gpt-5
This commit is contained in:
localai-org-maint-bot
2026-07-30 05:08:01 +00:00
parent bdefd28d84
commit 9ac8bfcdd0

View File

@@ -1,6 +1,6 @@
--extra-index-url https://download.pytorch.org/whl/cpu
accelerate
torch==2.13.0+xpu
torch==2.9.1+cpu
torchvision
torchaudio
transformers