Bump Flashinfer to 0.2.5 (#5870)

Co-authored-by: Yuhao Chen <yxckeis8@gmail.com>
This commit is contained in:
Baizhou Zhang
2025-04-29 19:50:57 -07:00
committed by GitHub
parent cc4a80caf6
commit 799789afed
6 changed files with 135 additions and 101 deletions

View File

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