Commit 1150b65c authored by zhuwenwen's avatar zhuwenwen
Browse files

update setup and deps

parent f1467ce5
[build-system]
# Should be mirrored in requirements/build.txt
requires = [
"cmake>=3.26",
"cmake>=3.29",
"ninja",
"packaging",
"setuptools>=61",
"setuptools-scm>=8.0",
"torch == 2.6.0",
"torch == 2.4.1",
"wheel",
"jinja2",
]
......
# Should be mirrored in pyproject.toml
cmake>=3.26
cmake>=3.29
ninja
packaging
setuptools>=61
setuptools-scm>=8
torch==2.6.0
torch==2.4.1
wheel
jinja2>=3.1.6
......@@ -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")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment