[chore]Upgrade flashinfer to 0.5.3 (#13751)

This commit is contained in:
Baizhou Zhang
2025-11-23 23:38:36 -08:00
committed by GitHub
parent e5c0f59133
commit 04b52fa8d6
3 changed files with 4 additions and 4 deletions

View File

@@ -26,8 +26,8 @@ dependencies = [
"datasets",
"einops",
"fastapi",
"flashinfer_python==0.5.2", # keep it aligned with jit-cache version in Dockerfile
"flashinfer_cubin==0.5.2",
"flashinfer_python==0.5.3", # keep it aligned with jit-cache version in Dockerfile
# "flashinfer_cubin==0.5.3", # TODO: Add it back when the cubin is ready: https://github.com/flashinfer-ai/flashinfer/issues/2133
"gguf",
"hf_transfer",
"huggingface_hub",