[Doc] double quote cmake package in build.inc.md (#12840)

This commit is contained in:
Jitse Klomp 2025-02-06 18:17:55 +01:00 committed by GitHub
parent 09b95e36ab
commit afe74f7a96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
```