We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f9873 commit 62f5522Copy full SHA for 62f5522
python/pyproject.toml
@@ -52,7 +52,7 @@ runtime_common = [
52
53
srt = [
54
"sglang[runtime_common]",
55
- "sgl-kernel==0.2.3",
+ "sgl-kernel==0.2.4",
56
"torch==2.7.1",
57
"torchaudio==2.7.1",
58
"torchvision==0.22.1",
python/sglang/srt/entrypoints/engine.py
@@ -650,7 +650,7 @@ def _set_envs_and_config(server_args: ServerArgs):
650
if _is_cuda:
651
assert_pkg_version(
652
"sgl-kernel",
653
- "0.2.3",
+ "0.2.4",
654
"Please reinstall the latest version with `pip install sgl-kernel --force-reinstall`",
655
)
656
0 commit comments