From 74f59ae55557b307484fedace0ee30a41b384ab2 Mon Sep 17 00:00:00 2001 From: Yineng Zhang Date: Mon, 21 Jul 2025 02:10:24 -0700 Subject: [PATCH] chore: upgrade sgl-kernel 0.2.6.post1 (#8202) --- python/pyproject.toml | 2 +- python/sglang/srt/entrypoints/engine.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 5949a100a..5f53a5ca3 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -54,7 +54,7 @@ runtime_common = [ srt = [ "sglang[runtime_common]", - "sgl-kernel==0.2.6", + "sgl-kernel==0.2.6.post1", "torch==2.7.1", "torchaudio==2.7.1", "torchvision==0.22.1", diff --git a/python/sglang/srt/entrypoints/engine.py b/python/sglang/srt/entrypoints/engine.py index 990fac9a1..e2cb02cc3 100644 --- a/python/sglang/srt/entrypoints/engine.py +++ b/python/sglang/srt/entrypoints/engine.py @@ -654,7 +654,7 @@ def _set_envs_and_config(server_args: ServerArgs): if _is_cuda: assert_pkg_version( "sgl-kernel", - "0.2.6", + "0.2.6.post1", "Please reinstall the latest version with `pip install sgl-kernel --force-reinstall`", )