We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57330de commit ffc199cCopy full SHA for ffc199c
docs/source/getting_started/installation/cpu/build.inc.md
@@ -26,3 +26,9 @@ Finally, build and install vLLM CPU backend:
26
```console
27
VLLM_TARGET_DEVICE=cpu python setup.py install
28
```
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