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`", )