Revert "[ci][build] limit cmake version" (#10271)

This commit is contained in:
youkaichao
2024-11-12 15:06:48 -08:00
committed by GitHub
parent 18081451f9
commit 377b74fe87
7 changed files with 7 additions and 7 deletions

View File

@@ -62,7 +62,7 @@ Build from source
.. code-block:: console
$ pip install --upgrade pip
$ pip install cmake>=3.26,<=3.30 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
- Finally, build and install vLLM CPU backend: