Skip to content

Commit 54406c7

Browse files
committed
升级sglang vllm
1 parent 8cb5f94 commit 54406c7

File tree

3 files changed

+51
-52
lines changed

3 files changed

+51
-52
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gpt_server"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
description = "gpt_server是一个用于生产级部署LLMs或Embedding的开源框架。"
55
readme = "README.md"
66
license = { text = "Apache 2.0" }
@@ -17,15 +17,15 @@ dependencies = [
1717
"openai==1.55.3",
1818
"setuptools==75.2.0",
1919
"streamlit==1.39.0",
20-
"torch==2.5.1",
20+
"torch==2.6.0",
2121
"torchvision==0.20.1",
22-
"vllm==0.8.4",
22+
"vllm==0.8.5",
2323
"qwen_vl_utils",
2424
"evalscope[perf]==0.10.1",
2525
"modelscope==1.20.1",
2626
"edge-tts>=7.0.0",
2727
"funasr>=1.2.6",
28-
"sglang[all]>=0.4.5",
28+
"sglang[all]>=0.4.6.post1",
2929
"flashinfer-python",
3030
"flashtts>=0.1.0",
3131
]
@@ -38,7 +38,7 @@ override-dependencies = [
3838
"torch==2.6.0",
3939
"triton",
4040
"outlines==0.1.11",
41-
"transformers==4.50.0",
41+
"transformers==4.51.3", # infinity-emb
4242
"soundfile==0.13.1", # infinity
4343
"xgrammar==0.1.18", # sglang[all]==0.4.5 depends on xgrammar==0.1.17
4444
]

requirements.txt

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ cachetools==5.5.2
8686
# evalscope
8787
# streamlit
8888
# vllm
89-
certifi==2025.1.31
89+
certifi==2025.4.26
9090
# via
9191
# edge-tts
9292
# httpcore
@@ -234,7 +234,7 @@ flashinfer-python==0.2.3+cu124torch2.5
234234
# via
235235
# gpt-server (pyproject.toml)
236236
# sglang
237-
flashtts==0.1.0
237+
flashtts==0.1.4
238238
# via gpt-server (pyproject.toml)
239239
flatbuffers==25.2.10
240240
# via onnxruntime
@@ -279,7 +279,7 @@ hf-transfer==0.1.9
279279
# via
280280
# infinity-emb
281281
# sglang
282-
hf-xet==1.0.4
282+
hf-xet==1.0.5
283283
# via huggingface-hub
284284
httpcore==1.0.9
285285
# via httpx
@@ -334,7 +334,7 @@ interegular==0.3.3
334334
# outlines
335335
# outlines-core
336336
# sglang
337-
ipython==8.35.0
337+
ipython==8.36.0
338338
# via sglang
339339
jaconv==0.4.0
340340
# via funasr
@@ -436,8 +436,6 @@ modelscope==1.20.1
436436
# evalscope
437437
# funasr
438438
# sglang
439-
monotonic==1.6
440-
# via posthog
441439
more-itertools==10.7.0
442440
# via openai-whisper
443441
mpmath==1.3.0
@@ -456,7 +454,7 @@ multiprocess==0.70.16
456454
# via
457455
# datasets
458456
# evaluate
459-
narwhals==1.36.0
457+
narwhals==1.37.1
460458
# via
461459
# altair
462460
# plotly
@@ -630,7 +628,7 @@ opentelemetry-semantic-conventions-ai==0.4.3
630628
# via vllm
631629
optimum==1.24.0
632630
# via infinity-emb
633-
orjson==3.10.16
631+
orjson==3.10.17
634632
# via
635633
# infinity-emb
636634
# sglang
@@ -714,7 +712,7 @@ pooch==1.8.2
714712
# via librosa
715713
portalocker==3.1.1
716714
# via sacrebleu
717-
posthog==4.0.0
715+
posthog==4.0.1
718716
# via infinity-emb
719717
prometheus-client==0.21.1
720718
# via
@@ -757,7 +755,7 @@ pure-eval==0.2.3
757755
# via stack-data
758756
py-cpuinfo==9.0.0
759757
# via vllm
760-
pyarrow==19.0.1
758+
pyarrow==20.0.0
761759
# via
762760
# datasets
763761
# evalscope
@@ -954,7 +952,7 @@ sentencepiece==0.2.0
954952
# mistral-common
955953
# vllm
956954
# xgrammar
957-
setproctitle==1.3.5
955+
setproctitle==1.3.6
958956
# via sglang
959957
setuptools==75.2.0
960958
# via
@@ -965,9 +963,9 @@ setuptools==75.2.0
965963
# torch
966964
# triton
967965
# vllm
968-
sgl-kernel==0.0.9.post2
966+
sgl-kernel==0.1.0
969967
# via sglang
970-
sglang==0.4.5.post3
968+
sglang==0.4.6.post1
971969
# via gpt-server (pyproject.toml)
972970
shellingham==1.5.4
973971
# via typer
@@ -1132,7 +1130,7 @@ traitlets==5.14.3
11321130
# via
11331131
# ipython
11341132
# matplotlib-inline
1135-
transformers==4.50.0
1133+
transformers==4.51.3
11361134
# via
11371135
# --override (workspace)
11381136
# colpali-engine
@@ -1213,7 +1211,7 @@ uvloop==0.21.0
12131211
# via
12141212
# sglang
12151213
# uvicorn
1216-
vllm==0.8.4
1214+
vllm==0.8.5
12171215
# via gpt-server (pyproject.toml)
12181216
watchdog==5.0.3
12191217
# via streamlit

uv.lock

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

0 commit comments

Comments
 (0)