mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-04-09 15:57:04 +08:00
[Doc] double quote cmake package in build.inc.md (#12840)
This commit is contained in:
parent
09b95e36ab
commit
afe74f7a96
@ -10,7 +10,7 @@ Second, install Python packages for vLLM CPU backend building:
|
||||
|
||||
```console
|
||||
pip install --upgrade pip
|
||||
pip install cmake>=3.26 wheel packaging ninja "setuptools-scm>=8" numpy
|
||||
pip install "cmake>=3.26" wheel packaging ninja "setuptools-scm>=8" numpy
|
||||
pip install -v -r requirements-cpu.txt --extra-index-url https://download.pytorch.org/whl/cpu
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user