From 3a641d90857c21d02f9988c2ed4313f8b7dd0f09 Mon Sep 17 00:00:00 2001 From: Yineng Zhang Date: Mon, 29 Sep 2025 02:22:25 -0700 Subject: [PATCH] chore: upgrade sgl-kernel 0.3.13 (#11056) --- python/pyproject.toml | 2 +- python/pyproject_other.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 3c30c36d9..d6480ebb6 100755 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -57,7 +57,7 @@ dependencies = [ "uvicorn", "uvloop", "xgrammar==0.1.24", - "sgl-kernel==0.3.12", + "sgl-kernel==0.3.13", "torch==2.8.0", "torchaudio==2.8.0", "torchvision", diff --git a/python/pyproject_other.toml b/python/pyproject_other.toml index 742e0026f..6446dcd78 100755 --- a/python/pyproject_other.toml +++ b/python/pyproject_other.toml @@ -65,7 +65,7 @@ tracing = [ srt = [ "sglang[runtime_common]", - "sgl-kernel==0.3.12", + "sgl-kernel==0.3.13", "torch==2.8.0", "torchaudio==2.8.0", "torchvision", @@ -75,7 +75,7 @@ srt = [ blackwell = [ "sglang[runtime_common]", - "sgl-kernel==0.3.12", + "sgl-kernel==0.3.13", "torch==2.8.0", "torchaudio==2.8.0", "torchvision",