Skip to content

Commit

Permalink
update lightllm version to 3.0.0 (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiworldwzj authored Nov 1, 2024
1 parent e5ad711 commit d9e3ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package_data = {"lightllm": ["models/deepseek2/layer_infer/vllm_configs/*.json"]}
setup(
name="lightllm",
version="2.0.0",
version="3.0.0",
packages=find_packages(exclude=("build", "include", "test", "dist", "docs", "benchmarks", "lightllm.egg-info")),
author="model toolchain",
author_email="",
Expand Down

0 comments on commit d9e3ba2

Please sign in to comment.