update sgl-kernel version for sglang (#3238)

This commit is contained in:
Yineng Zhang
2025-02-01 02:14:41 +08:00
committed by GitHub
parent 1ebe1d6de5
commit 34e405e01f

View File

@@ -27,7 +27,7 @@ runtime_common = [
]
srt = [
"sglang[runtime_common]", "cuda-python",
"sgl-kernel>=0.0.3", "torch", "vllm==0.6.4.post1",
"sgl-kernel>=0.0.3.post1", "torch", "vllm==0.6.4.post1",
"flashinfer==0.1.6"
]