Skip to content

Commit

Permalink
[Doc] double quote cmake package in build.inc.md (#12840)
Browse files Browse the repository at this point in the history
  • Loading branch information
jitseklomp authored Feb 6, 2025
1 parent 09b95e3 commit afe74f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/getting_started/installation/cpu/build.inc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit afe74f7

Please sign in to comment.