Update flashinfer to 0.6.11.post1 (#25129)

This commit is contained in:
Baizhou Zhang
2026-05-13 00:12:19 -07:00
committed by GitHub
parent 10a005e4ea
commit 51a9403104
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -27,8 +27,8 @@ dependencies = [
"datasets",
"einops",
"fastapi",
"flashinfer_python==0.6.11", # keep it aligned with jit-cache version in Dockerfile
"flashinfer_cubin==0.6.11",
"flashinfer_python==0.6.11.post1", # keep it aligned with jit-cache version in Dockerfile
"flashinfer_cubin==0.6.11.post1",
"gguf",
"interegular",
"llguidance>=0.7.11,<0.8.0",