chore: upgrade flashinfer 0.2.11 (#9036)

This commit is contained in:
Yineng Zhang
2025-08-10 17:35:37 -07:00
committed by GitHub
parent 4ea9d74a3e
commit dd001a5477
2 changed files with 3 additions and 3 deletions

View File

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