Files
enginex-mlu370-vllm/vllm-v0.6.2/requirements-cpu.txt
2026-02-04 17:22:39 +08:00

7 lines
329 B
Plaintext

# Common dependencies
-r requirements-common.txt
# Dependencies for x86_64 CPUs
torch == 2.5.1+cpu; platform_machine != "ppc64le"
torchvision; platform_machine != "ppc64le" # required for the image processor of phi3v, this must be updated alongside torch
triton >= 1.1.0 # FIXME(woosuk): This is a hack to avoid import error.