Skip to content

Commit 62f5522

Browse files
authored
chore: upgrade sgl-kernel v0.2.4 (#7801)
1 parent 01f9873 commit 62f5522

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ runtime_common = [
5252

5353
srt = [
5454
"sglang[runtime_common]",
55-
"sgl-kernel==0.2.3",
55+
"sgl-kernel==0.2.4",
5656
"torch==2.7.1",
5757
"torchaudio==2.7.1",
5858
"torchvision==0.22.1",

python/sglang/srt/entrypoints/engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ def _set_envs_and_config(server_args: ServerArgs):
650650
if _is_cuda:
651651
assert_pkg_version(
652652
"sgl-kernel",
653-
"0.2.3",
653+
"0.2.4",
654654
"Please reinstall the latest version with `pip install sgl-kernel --force-reinstall`",
655655
)
656656

0 commit comments

Comments
 (0)