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
774cd1d3
"vscode:/vscode.git/clone" did not exist on "c7753a9809344cd8eefbda6d472cb9ab348f2274"
Unverified
Commit
774cd1d3
authored
Aug 13, 2024
by
Daniele
Committed by
GitHub
Aug 12, 2024
Browse files
[CI/Build] bump minimum cmake version (#6999)
parent
91294d56
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
5 deletions
+3
-5
CMakeLists.txt
CMakeLists.txt
+1
-1
pyproject.toml
pyproject.toml
+1
-1
requirements-build.txt
requirements-build.txt
+1
-1
requirements-common.txt
requirements-common.txt
+0
-2
No files found.
CMakeLists.txt
View file @
774cd1d3
cmake_minimum_required
(
VERSION 3.2
1
)
cmake_minimum_required
(
VERSION 3.2
6
)
project
(
vllm_extensions LANGUAGES CXX
)
...
...
pyproject.toml
View file @
774cd1d3
[build-system]
# Should be mirrored in requirements-build.txt
requires
=
[
"cmake>=3.2
1
"
,
"cmake>=3.2
6
"
,
"ninja"
,
"packaging"
,
"setuptools >= 49.4.0"
,
...
...
requirements-build.txt
View file @
774cd1d3
# Should be mirrored in pyproject.toml
cmake>=3.2
1
cmake>=3.2
6
ninja
packaging
setuptools>=49.4.0
...
...
requirements-common.txt
View file @
774cd1d3
cmake >= 3.21
ninja # For faster builds.
psutil
sentencepiece # Required for LLaMA tokenizer.
numpy < 2.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