We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b7759 commit d187c08Copy full SHA for d187c08
docs/source/getting_started/installation/cpu/build.inc.md
@@ -10,7 +10,7 @@ Second, install Python packages for vLLM CPU backend building:
10
11
```console
12
pip install --upgrade pip
13
-pip install cmake>=3.26 wheel packaging ninja "setuptools-scm>=8" numpy
+pip install "cmake>=3.26" wheel packaging ninja "setuptools-scm>=8" numpy
14
pip install -v -r requirements-cpu.txt --extra-index-url https://download.pytorch.org/whl/cpu
15
```
16
0 commit comments