From 34c63731fcd3efdbe26c690363f3973f0eda9579 Mon Sep 17 00:00:00 2001 From: Yineng Zhang Date: Sat, 31 May 2025 18:32:00 -0700 Subject: [PATCH] chore: upgrade sgl-kernel v0.1.5 (#6795) --- 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 c7d3d36dd..ae8b828ff 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -49,7 +49,7 @@ runtime_common = [ srt = [ "sglang[runtime_common]", - "sgl-kernel==0.1.4", + "sgl-kernel==0.1.5", "flashinfer_python==0.2.5", "torch==2.6.0", "torchvision==0.21.0", diff --git a/python/sglang/srt/entrypoints/engine.py b/python/sglang/srt/entrypoints/engine.py index d2c1d9d09..060cd9c22 100644 --- a/python/sglang/srt/entrypoints/engine.py +++ b/python/sglang/srt/entrypoints/engine.py @@ -506,7 +506,7 @@ def _set_envs_and_config(server_args: ServerArgs): if _is_cuda: assert_pkg_version( "sgl-kernel", - "0.1.4", + "0.1.5", "Please reinstall the latest version with `pip install sgl-kernel --force-reinstall`", )