Release 0.4.1.post3 - upload the config.json to PyPI (#2647)

This commit is contained in:
Lianmin Zheng
2024-12-29 14:25:53 -08:00
committed by GitHub
parent 1703d766d8
commit 03d5fbfd44
6 changed files with 17 additions and 16 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "sglang"
version = "0.4.1.post2"
version = "0.4.1.post3"
description = "SGLang is yet another fast serving framework for large language models and vision language models."
readme = "README.md"
requires-python = ">=3.8"
@@ -61,7 +61,7 @@ dev_hpu = ["sglang[all_hpu]", "sglang[test]"]
"Bug Tracker" = "https://github.com/sgl-project/sglang/issues"
[tool.setuptools.package-data]
"sglang" = ["srt/layers/fused_moe_triton/configs/*.json"]
"sglang" = ["srt/layers/moe/fused_moe_triton/configs/*.json", "srt/layers/quantization/configs/*.json"]
[tool.setuptools.packages.find]
exclude = [

View File

@@ -1 +1 @@
__version__ = "0.4.1.post2"
__version__ = "0.4.1.post3"