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
1150b65c
Commit
1150b65c
authored
May 27, 2025
by
zhuwenwen
Browse files
update setup and deps
parent
f1467ce5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
pyproject.toml
pyproject.toml
+2
-2
requirements/build.txt
requirements/build.txt
+2
-2
setup.py
setup.py
+2
-0
No files found.
pyproject.toml
View file @
1150b65c
[build-system]
# Should be mirrored in requirements/build.txt
requires
=
[
"cmake>=3.2
6
"
,
"cmake>=3.2
9
"
,
"ninja"
,
"packaging"
,
"setuptools>=61"
,
"setuptools-scm>=8.0"
,
"torch == 2.
6.0
"
,
"torch == 2.
4.1
"
,
"wheel"
,
"jinja2"
,
]
...
...
requirements/build.txt
View file @
1150b65c
# Should be mirrored in pyproject.toml
cmake>=3.2
6
cmake>=3.2
9
ninja
packaging
setuptools>=61
setuptools-scm>=8
torch==2.
6.0
torch==2.
4.1
wheel
jinja2>=3.1.6
setup.py
View file @
1150b65c
...
...
@@ -753,6 +753,8 @@ if skip_vllm_build:
"perf/*.py"
,
"attention/backends/configs/*.json"
,
"model_executor/layers/quantization/configs/awq/*.json"
,
"_C.abi3.so"
,
"_moe_C.abi3.so"
,
]
}
package_data
[
"vllm"
].
append
(
"/opt/dtk/*.so"
)
...
...
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