mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-18 02:46:59 +08:00
Fix error while downloading dependencies for CPU backend (#29797)
Signed-off-by: Jianwei Mao <maojianwei2016@126.com>
This commit is contained in:
parent
8aaa81b35f
commit
80f8af4b2f
@ -3,7 +3,6 @@ ninja
|
|||||||
packaging>=24.2
|
packaging>=24.2
|
||||||
setuptools>=77.0.3,<81.0.0
|
setuptools>=77.0.3,<81.0.0
|
||||||
setuptools-scm>=8
|
setuptools-scm>=8
|
||||||
--extra-index-url https://download.pytorch.org/whl/cpu
|
|
||||||
torch==2.9.1+cpu; platform_machine == "x86_64" or platform_machine == "s390x"
|
torch==2.9.1+cpu; platform_machine == "x86_64" or platform_machine == "s390x"
|
||||||
torch==2.9.1; platform_system == "Darwin" or platform_machine == "ppc64le" or platform_machine == "aarch64"
|
torch==2.9.1; platform_system == "Darwin" or platform_machine == "ppc64le" or platform_machine == "aarch64"
|
||||||
scons; platform_machine == "aarch64" # needed to build Arm Compute Library (ACL)
|
scons; platform_machine == "aarch64" # needed to build Arm Compute Library (ACL)
|
||||||
|
|||||||
@ -4,7 +4,6 @@
|
|||||||
numba == 0.61.2; platform_machine != "s390x" # Required for N-gram speculative decoding
|
numba == 0.61.2; platform_machine != "s390x" # Required for N-gram speculative decoding
|
||||||
|
|
||||||
# Dependencies for CPUs
|
# Dependencies for CPUs
|
||||||
--extra-index-url https://download.pytorch.org/whl/cpu
|
|
||||||
torch==2.9.1+cpu; platform_machine == "x86_64" or platform_machine == "s390x"
|
torch==2.9.1+cpu; platform_machine == "x86_64" or platform_machine == "s390x"
|
||||||
torch==2.9.1; platform_system == "Darwin" or platform_machine == "ppc64le" or platform_machine == "aarch64"
|
torch==2.9.1; platform_system == "Darwin" or platform_machine == "ppc64le" or platform_machine == "aarch64"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user