fix custom op version compatibility (#2988)

This commit is contained in:
Yineng Zhang
2025-01-20 04:21:29 +08:00
committed by GitHub
parent d77caa2b75
commit 2c05f81f15
2 changed files with 4 additions and 2 deletions

View File

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