From f81a27f65ec1d0f3a7d695031a93ba05fb43de8c Mon Sep 17 00:00:00 2001 From: Yineng Zhang Date: Mon, 17 Mar 2025 14:49:56 -0700 Subject: [PATCH] upgrade sgl-kernel 0.0.5.post3 (#4522) --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index ad30b8211..99511cf65 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -43,7 +43,7 @@ runtime_common = [ srt = [ "sglang[runtime_common]", - "sgl-kernel==0.0.5.post2", + "sgl-kernel==0.0.5.post3", "flashinfer_python==0.2.3", "torch==2.5.1", "vllm>=0.6.4.post1,<=0.7.2",