Update flashinfer to 0.6.1 (#15551)

This commit is contained in:
Baizhou Zhang
2026-01-17 00:48:30 +08:00
committed by GitHub
parent 82a1b645ba
commit a04675892e
10 changed files with 6 additions and 11 deletions

View File

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