mirror of
https://github.com/wassname/vllm.git
synced 2026-06-27 17:32:55 +08:00
f93bf2b189
Signed-off-by: jiang1.li <jiang1.li@intel.com>
8 lines
359 B
Plaintext
8 lines
359 B
Plaintext
# Common dependencies
|
|
-r requirements-common.txt
|
|
|
|
# Dependencies for CPUs
|
|
torch==2.5.1+cpu; platform_machine != "ppc64le" and platform_machine != "aarch64"
|
|
torch==2.5.1; platform_machine == "aarch64"
|
|
torchvision; platform_machine != "ppc64le" # required for the image processor of phi3v, this must be updated alongside torch
|
|
datasets # for benchmark scripts |