mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-04-05 07:07:03 +08:00
[Doc] mention how to install in CPU editable mode (#16923)
Signed-off-by: David Xia <david@davidxia.com>
This commit is contained in:
parent
63e26fff78
commit
f728ab8e35
@ -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
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user