Skip to content

Commit 1f3e97a

Browse files
chore: Update sgl version (#4716)
Signed-off-by: jthomson04 <jwillthomson19@gmail.com> Co-authored-by: ishandhanani <82981111+ishandhanani@users.noreply.github.com>
1 parent ea93cb5 commit 1f3e97a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

benchmarks/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies = [
4646
"pydantic>=2",
4747
"tabulate",
4848
"types-tabulate",
49-
# Satisfies vLLM 0.11.0 (>=4.55.2), vLLM 0.11.2 (>=4.56.0,<5), TRT-LLM 1.2.0rc2/rc3 (==4.56.0), SGLang 0.5.4.post3 (==4.57.1)
49+
# Satisfies vLLM 0.11.0 (>=4.55.2), vLLM 0.11.2 (>=4.56.0,<5), TRT-LLM 1.2.0rc2/rc3 (==4.56.0), SGLang 0.5.6 (==4.57.1)
5050
"transformers>=4.56.0,<=4.57.1",
5151
"pytest-mypy",
5252
]

container/deps/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ tensorboardX==2.6.2.2
5252
# Transformers version constraint for container builds
5353
# - vLLM 0.11.0: >=4.55.2, vLLM 0.11.2: >=4.56.0,<5
5454
# - TensorRT-LLM 1.2.0rc2/rc3: ==4.56.0
55-
# - SGLang 0.5.4.post3: ==4.57.1
55+
# - SGLang 0.5.6: ==4.57.1
5656
# Using >=4.56.0 and <=4.57.1 to satisfy all frameworks
5757
transformers>=4.56.0,<=4.57.1
5858
types-aiofiles==25.1.0.20251011

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ vllm = [
6262
sglang = [
6363
"uvloop",
6464
"nixl[cu12]<=0.7.1",
65-
"sglang==0.5.4.post3",
65+
"sglang==0.5.6",
6666
]
6767

6868
[project.entry-points.pytest11]

0 commit comments

Comments
 (0)