We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ad711 commit d9e3ba2Copy full SHA for d9e3ba2
setup.py
@@ -3,7 +3,7 @@
3
package_data = {"lightllm": ["models/deepseek2/layer_infer/vllm_configs/*.json"]}
4
setup(
5
name="lightllm",
6
- version="2.0.0",
+ version="3.0.0",
7
packages=find_packages(exclude=("build", "include", "test", "dist", "docs", "benchmarks", "lightllm.egg-info")),
8
author="model toolchain",
9
author_email="",
0 commit comments