chore: upgrade flashinfer 0.4.0 (#11364)

This commit is contained in:
Yineng Zhang
2025-10-09 14:17:54 -07:00
committed by GitHub
parent 88bb627d0d
commit 44cb060785
5 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -703,7 +703,7 @@ def _set_envs_and_config(server_args: ServerArgs):
if server_args.attention_backend == "flashinfer":
assert_pkg_version(
"flashinfer_python",
"0.4.0rc3",
"0.4.0",
"Please uninstall the old version and "
"reinstall the latest version by following the instructions "
"at https://docs.flashinfer.ai/installation.html.",