Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
d32aa2e6
Unverified
Commit
d32aa2e6
authored
Jun 03, 2025
by
Lu Fang
Committed by
GitHub
Jun 03, 2025
Browse files
[Bugfix] Use cmake 3.26.1 instead of 3.26 to avoid build failure (#19019)
Signed-off-by:
Lu Fang
<
lufang@fb.com
>
parent
cc977286
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
docker/Dockerfile.neuron
docker/Dockerfile.neuron
+1
-1
docs/getting_started/installation/cpu/build.inc.md
docs/getting_started/installation/cpu/build.inc.md
+1
-1
pyproject.toml
pyproject.toml
+1
-1
requirements/build.txt
requirements/build.txt
+1
-1
requirements/rocm-build.txt
requirements/rocm-build.txt
+1
-1
requirements/tpu.txt
requirements/tpu.txt
+1
-1
requirements/xpu.txt
requirements/xpu.txt
+1
-1
No files found.
docker/Dockerfile.neuron
View file @
d32aa2e6
...
...
@@ -34,7 +34,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' ninja packaging 'setuptools-scm>=8' wheel jinja2 \
'cmake>=3.26
.1
' ninja packaging 'setuptools-scm>=8' wheel jinja2 \
-r requirements/neuron.txt
ENV VLLM_TARGET_DEVICE neuron
...
...
docs/getting_started/installation/cpu/build.inc.md
View file @
d32aa2e6
...
...
@@ -17,7 +17,7 @@ Third, 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
.1
" wheel packaging ninja "
setuptools-scm>
=
8
" numpy
pip install -v -r requirements/cpu.txt --extra-index-url https://download.pytorch.org/whl/cpu
```
...
...
pyproject.toml
View file @
d32aa2e6
[build-system]
# Should be mirrored in requirements/build.txt
requires
=
[
"cmake>=3.26"
,
"cmake>=3.26
.1
"
,
"ninja"
,
"packaging>=24.2"
,
"setuptools>=77.0.3,<80.0.0"
,
...
...
requirements/build.txt
View file @
d32aa2e6
# Should be mirrored in pyproject.toml
cmake>=3.26
cmake>=3.26
.1
ninja
packaging>=24.2
setuptools>=77.0.3,<80.0.0
...
...
requirements/rocm-build.txt
View file @
d32aa2e6
...
...
@@ -7,7 +7,7 @@ torchvision==0.22.0
torchaudio==2.7.0
triton==3.2
cmake>=3.26,<4
cmake>=3.26
.1
,<4
packaging>=24.2
setuptools>=77.0.3,<80.0.0
setuptools-scm>=8
...
...
requirements/tpu.txt
View file @
d32aa2e6
...
...
@@ -2,7 +2,7 @@
-r common.txt
# Dependencies for TPU
cmake>=3.26
cmake>=3.26
.1
packaging>=24.2
setuptools-scm>=8
wheel
...
...
requirements/xpu.txt
View file @
d32aa2e6
...
...
@@ -2,7 +2,7 @@
-r common.txt
ray>=2.9
cmake>=3.26
cmake>=3.26
.1
packaging>=24.2
setuptools-scm>=8
setuptools>=77.0.3,<80.0.0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment