[Bugfix] Fix a bug caused by pip install setuptools>=49.4.0 for CPU backend (#5249)

This commit is contained in:
Jie Fu (傅杰)
2024-06-05 00:57:51 +08:00
committed by GitHub
parent ec784b2526
commit 87d5abef75
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ Build from source
.. code-block:: console
$ pip install --upgrade pip
$ pip install wheel packaging ninja setuptools>=49.4.0 numpy
$ pip install wheel packaging ninja "setuptools>=49.4.0" numpy
$ pip install -v -r requirements-cpu.txt --extra-index-url https://download.pytorch.org/whl/cpu
- Finally, build and install vLLM CPU backend: