Unverified Commit 349b491c authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

chore: upgrade flashinfer 0.3.0 (#9864)

parent 5f77e129
......@@ -63,7 +63,7 @@ srt = [
"torchaudio==2.8.0",
"torchvision",
"cuda-python",
"flashinfer_python==0.3.0rc1",
"flashinfer_python==0.3.0",
]
blackwell = [
......@@ -73,7 +73,7 @@ blackwell = [
"torchaudio==2.8.0",
"torchvision",
"cuda-python",
"flashinfer_python==0.3.0rc1",
"flashinfer_python==0.3.0",
]
# HIP (Heterogeneous-computing Interface for Portability) for AMD
......
......@@ -673,7 +673,7 @@ def _set_envs_and_config(server_args: ServerArgs):
if server_args.attention_backend == "flashinfer":
assert_pkg_version(
"flashinfer_python",
"0.3.0rc1",
"0.3.0",
"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