Skip to content

Commit d187c08

Browse files
jitseklomplulmer
authored andcommitted
[Doc] double quote cmake package in build.inc.md (vllm-project#12840)
Signed-off-by: Louis Ulmer <[email protected]>
1 parent b6b7759 commit d187c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Second, install Python packages for vLLM CPU backend building:
1010

1111
```console
1212
pip install --upgrade pip
13-
pip install cmake>=3.26 wheel packaging ninja "setuptools-scm>=8" numpy
13+
pip install "cmake>=3.26" wheel packaging ninja "setuptools-scm>=8" numpy
1414
pip install -v -r requirements-cpu.txt --extra-index-url https://download.pytorch.org/whl/cpu
1515
```
1616

0 commit comments

Comments
 (0)