Skip to content

Commit d9e3ba2

Browse files
authored
update lightllm version to 3.0.0 (#603)
1 parent e5ad711 commit d9e3ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
package_data = {"lightllm": ["models/deepseek2/layer_infer/vllm_configs/*.json"]}
44
setup(
55
name="lightllm",
6-
version="2.0.0",
6+
version="3.0.0",
77
packages=find_packages(exclude=("build", "include", "test", "dist", "docs", "benchmarks", "lightllm.egg-info")),
88
author="model toolchain",
99
author_email="",

0 commit comments

Comments
 (0)