mirror of
https://github.com/mudler/LocalAI.git
synced 2026-07-30 01:48:06 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user