chore: upgrade sgl-kernel 0.3.13 (#11056)

This commit is contained in:
Yineng Zhang
2025-09-29 02:22:25 -07:00
committed by GitHub
parent 6f16bf9d9d
commit 3a641d9085
2 changed files with 3 additions and 3 deletions

View File

@@ -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",

View File

@@ -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",