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
87d5abef
Unverified
Commit
87d5abef
authored
Jun 05, 2024
by
Jie Fu (傅杰)
Committed by
GitHub
Jun 04, 2024
Browse files
[Bugfix] Fix a bug caused by pip install setuptools>=49.4.0 for CPU backend (#5249)
parent
ec784b25
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Dockerfile.cpu
Dockerfile.cpu
+1
-1
docs/source/getting_started/cpu-installation.rst
docs/source/getting_started/cpu-installation.rst
+1
-1
No files found.
Dockerfile.cpu
View file @
87d5abef
...
...
@@ -7,7 +7,7 @@ RUN apt-get update -y \
&& update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 10 --slave /usr/bin/g++ g++ /usr/bin/g++-12
RUN pip install --upgrade pip \
&& pip install wheel packaging ninja setuptools>=49.4.0 numpy
&& pip install wheel packaging ninja
"
setuptools>=49.4.0
"
numpy
FROM cpu-test-1 AS build
...
...
docs/source/getting_started/cpu-installation.rst
View file @
87d5abef
...
...
@@ -54,7 +54,7 @@ Build from source
.. code-block:: console
$ pip install --upgrade pip
$ pip install wheel packaging ninja setuptools>=49.4.0 numpy
$ pip install wheel packaging ninja
"
setuptools>=49.4.0
"
numpy
$ pip install -v -r requirements-cpu.txt --extra-index-url https://download.pytorch.org/whl/cpu
- Finally, build and install vLLM CPU backend:
...
...
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