[Doc] mention how to install in CPU editable mode (#16923)

Signed-off-by: David Xia <david@davidxia.com>
This commit is contained in:
David Xia
2025-04-21 13:45:51 -04:00
committed by GitHub
parent 63e26fff78
commit f728ab8e35

View File

@ -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
```