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
f728ab8e
Unverified
Commit
f728ab8e
authored
Apr 21, 2025
by
David Xia
Committed by
GitHub
Apr 21, 2025
Browse files
[Doc] mention how to install in CPU editable mode (#16923)
Signed-off-by:
David Xia
<
david@davidxia.com
>
parent
63e26fff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
docs/source/getting_started/installation/cpu/build.inc.md
docs/source/getting_started/installation/cpu/build.inc.md
+6
-0
No files found.
docs/source/getting_started/installation/cpu/build.inc.md
View file @
f728ab8e
...
...
@@ -26,3 +26,9 @@ Finally, build and install vLLM CPU backend:
```
console
VLLM_TARGET_DEVICE=cpu python setup.py install
```
If you want to develop vllm, install it in editable mode instead.
```
console
VLLM_TARGET_DEVICE=cpu python setup.py develop
```
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