Skip to content

Commit ffc199c

Browse files
davidxiaadobrzyn
authored andcommitted
[Doc] mention how to install in CPU editable mode (vllm-project#16923)
Signed-off-by: David Xia <[email protected]> Signed-off-by: Agata Dobrzyniewicz <[email protected]>
1 parent 57330de commit ffc199c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/source/getting_started/installation/cpu/build.inc.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,9 @@ Finally, build and install vLLM CPU backend:
2626
```console
2727
VLLM_TARGET_DEVICE=cpu python setup.py install
2828
```
29+
30+
If you want to develop vllm, install it in editable mode instead.
31+
32+
```console
33+
VLLM_TARGET_DEVICE=cpu python setup.py develop
34+
```

0 commit comments

Comments
 (0)