mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-16 12:55:02 +08:00
Signed-off-by: Sanket Kale <sanketk.kale@fujitsu.com> Co-authored-by: Sanket Kale <sanketk.kale@fujitsu.com> Co-authored-by: mgoin <michael@neuralmagic.com>
7 lines
326 B
Plaintext
7 lines
326 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 |