chore: upgrade flashinfer 0.4.1 (#11933)

This commit is contained in:
Yineng Zhang
2025-10-21 14:46:31 -07:00
committed by GitHub
parent ef4a8097b8
commit 9792b9d7e3
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ dependencies = [
"datasets",
"einops",
"fastapi",
"flashinfer_python==0.4.0",
"flashinfer_python==0.4.1",
"hf_transfer",
"huggingface_hub",
"interegular",

View File

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