"scripts/vscode:/vscode.git/clone" did not exist on "d8e15d9c4a05553daa13dbfeaa1ed4bca899d079"
Unverified Commit f728ab8e authored by David Xia's avatar David Xia Committed by GitHub
Browse files

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


Signed-off-by: default avatarDavid Xia <david@davidxia.com>
parent 63e26fff
......@@ -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
```
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment