chore: bump flashinfer v0.5.2 (#13242)

This commit is contained in:
Yineng Zhang
2025-11-14 02:47:09 -08:00
committed by GitHub
parent 5027739f2c
commit f8d3d80f63
2 changed files with 3 additions and 3 deletions

View File

@@ -26,8 +26,8 @@ dependencies = [
"datasets",
"einops",
"fastapi",
"flashinfer_python==0.5.0",
"flashinfer_cubin==0.5.0",
"flashinfer_python==0.5.2",
"flashinfer_cubin==0.5.2",
"gguf",
"hf_transfer",
"huggingface_hub",

View File

@@ -725,7 +725,7 @@ def _set_envs_and_config(server_args: ServerArgs):
if server_args.attention_backend == "flashinfer":
assert_pkg_version(
"flashinfer_python",
"0.5.0",
"0.5.2",
"Please uninstall the old version and "
"reinstall the latest version by following the instructions "
"at https://docs.flashinfer.ai/installation.html.",