mirror of
https://github.com/wassname/vllm.git
synced 2026-07-15 11:28:07 +08:00
7 lines
258 B
Plaintext
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
|