Skip to content

Commit

Permalink
[Doc] double quote cmake package in build.inc.md (vllm-project#12840)
Browse files Browse the repository at this point in the history
  • Loading branch information
jitseklomp authored and AoyuQC committed Feb 8, 2025
1 parent efbe885 commit 35d5074
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 35d5074

Please sign in to comment.