upgrade flashinfer v0.2.2.post1 (#3934)

This commit is contained in:
Yineng Zhang
2025-02-27 09:53:48 -08:00
committed by GitHub
parent 5d86016855
commit 564bdf29f7
4 changed files with 4 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ runtime_common = [
srt = [
"sglang[runtime_common]",
"sgl-kernel>=0.0.3.post6",
"flashinfer_python>=0.2.1.post2",
"flashinfer_python>=0.2.2.post1",
"torch==2.5.1",
"vllm>=0.6.4.post1,<=0.7.2",
"cuda-python",

View File

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