Fix error while downloading dependencies for CPU backend (#29797)

Signed-off-by: Jianwei Mao <maojianwei2016@126.com>
This commit is contained in:
Jianwei Mao
2025-12-04 14:04:44 +08:00
committed by GitHub
parent 8aaa81b35f
commit 80f8af4b2f
2 changed files with 0 additions and 2 deletions

View File

@@ -3,7 +3,6 @@ ninja
packaging>=24.2
setuptools>=77.0.3,<81.0.0
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; platform_system == "Darwin" or platform_machine == "ppc64le" or platform_machine == "aarch64"
scons; platform_machine == "aarch64" # needed to build Arm Compute Library (ACL)

View File

@@ -4,7 +4,6 @@
numba == 0.61.2; platform_machine != "s390x" # Required for N-gram speculative decoding
# 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; platform_system == "Darwin" or platform_machine == "ppc64le" or platform_machine == "aarch64"