fix: zero_init buffer (#9065)

Co-authored-by: Yineng Zhang <me@zhyncs.com>
This commit is contained in:
eigen
2025-08-14 05:39:09 -04:00
committed by GitHub
parent 3d6be1fbce
commit 4dbf43601d
10 changed files with 27 additions and 16 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.11.post1",
"0.2.11.post3",
"Please uninstall the old version and "
"reinstall the latest version by following the instructions "
"at https://docs.flashinfer.ai/installation.html.",