Files
vllm/requirements-cpu.txt
2024-11-07 04:43:08 +00:00

7 lines
258 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