Skip to content

Commit 10372b0

Browse files
committed
版本 0.4.0 发布
1 parent 9a5225d commit 10372b0

File tree

2 files changed

+8
-20
lines changed

2 files changed

+8
-20
lines changed

pyproject.toml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gpt_server"
3-
version = "0.3.9"
3+
version = "0.4.0"
44
description = "gpt_server是一个用于生产级部署LLMs或Embedding的开源框架。"
55
readme = "README.md"
66
license = { text = "Apache 2.0" }
@@ -25,6 +25,8 @@ dependencies = [
2525
"modelscope==1.20.1",
2626
"edge-tts>=7.0.0",
2727
"funasr>=1.2.6",
28+
"sglang[all]>=0.4.5",
29+
"flashinfer-python"
2830
]
2931

3032
[tool.uv]
@@ -54,12 +56,6 @@ url = "https://flashinfer.ai/whl/cu124/torch2.5"
5456
[tool.uv.sources]
5557
flashinfer-python = { index = "flashinfer-python" }
5658

57-
[dependency-groups]
58-
dev = [
59-
"sglang[all]>=0.4.5",
60-
"flashinfer-python"
61-
]
62-
6359
[build-system]
6460
requires = ["setuptools", "wheel"]
6561
build-backend = "setuptools.build_meta"

uv.lock

Lines changed: 5 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)