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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 7 additions and 7 deletions

View File

@ -31,7 +31,7 @@ RUN --mount=type=bind,source=.git,target=.git \
if [ "$GIT_REPO_CHECK" != 0 ]; then bash tools/check_repo.sh ; fi
RUN python3 -m pip install -U \
'cmake>=3.26,<=3.30' ninja packaging 'setuptools-scm>=8' wheel jinja2 \
'cmake>=3.26' ninja packaging 'setuptools-scm>=8' wheel jinja2 \
-r requirements-neuron.txt
ENV VLLM_TARGET_DEVICE neuron

View File

@ -21,7 +21,7 @@ RUN --mount=type=bind,source=.git,target=.git \
# These packages will be in rocketce eventually
RUN --mount=type=cache,target=/root/.cache/pip \
pip install -v --prefer-binary --extra-index-url https://repo.fury.io/mgiessing \
'cmake>=3.26,<=3.30' ninja packaging 'setuptools-scm>=8' wheel jinja2 \
'cmake>=3.26' ninja packaging 'setuptools-scm>=8' wheel jinja2 \
torch==2.3.1 \
-r requirements-cpu.txt \
xformers uvloop==0.20.0

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:

View File

@ -1,7 +1,7 @@
[build-system]
# Should be mirrored in requirements-build.txt
requires = [
"cmake>=3.26,<=3.30",
"cmake>=3.26",
"ninja",
"packaging",
"setuptools>=61",

View File

@ -1,5 +1,5 @@
# Should be mirrored in pyproject.toml
cmake>=3.26,<=3.30
cmake>=3.26
ninja
packaging
setuptools>=61

View File

@ -2,7 +2,7 @@
-r requirements-common.txt
# Dependencies for TPU
cmake>=3.26,<=3.30
cmake>=3.26
ninja
packaging
setuptools-scm>=8

View File

@ -2,7 +2,7 @@
-r requirements-common.txt
ray >= 2.9
cmake>=3.26,<=3.30
cmake>=3.26
ninja
packaging
setuptools-scm>=8