Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
80f8af4b
Unverified
Commit
80f8af4b
authored
Dec 04, 2025
by
Jianwei Mao
Committed by
GitHub
Dec 04, 2025
Browse files
Fix error while downloading dependencies for CPU backend (#29797)
Signed-off-by:
Jianwei Mao
<
maojianwei2016@126.com
>
parent
8aaa81b3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
requirements/cpu-build.txt
requirements/cpu-build.txt
+0
-1
requirements/cpu.txt
requirements/cpu.txt
+0
-1
No files found.
requirements/cpu-build.txt
View file @
80f8af4b
...
@@ -3,7 +3,6 @@ ninja
...
@@ -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)
...
...
requirements/cpu.txt
View file @
80f8af4b
...
@@ -4,7 +4,6 @@
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment