Unverified Commit 9792b9d7 authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

chore: upgrade flashinfer 0.4.1 (#11933)

parent ef4a8097
......@@ -26,7 +26,7 @@ dependencies = [
"datasets",
"einops",
"fastapi",
"flashinfer_python==0.4.0",
"flashinfer_python==0.4.1",
"hf_transfer",
"huggingface_hub",
"interegular",
......
......@@ -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.",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment