From 77cfea689d41c6fce0e7714e46758e2866507fc2 Mon Sep 17 00:00:00 2001 From: Yineng Zhang Date: Sat, 5 Jul 2025 01:55:55 -0700 Subject: [PATCH] chore: upgrade sgl-kernel v0.2.3 (#7786) --- 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 7a0f23e4f..402a477d4 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -52,7 +52,7 @@ runtime_common = [ srt = [ "sglang[runtime_common]", - "sgl-kernel==0.2.2", + "sgl-kernel==0.2.3", "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 5bb67d1e0..e7d0b5901 100644 --- a/python/sglang/srt/entrypoints/engine.py +++ b/python/sglang/srt/entrypoints/engine.py @@ -650,7 +650,7 @@ def _set_envs_and_config(server_args: ServerArgs): if _is_cuda: assert_pkg_version( "sgl-kernel", - "0.2.2", + "0.2.3", "Please reinstall the latest version with `pip install sgl-kernel --force-reinstall`", )