chore: update flashinfer v0.2.1.post2 (#3644)

This commit is contained in:
Yineng Zhang
2025-02-18 02:47:42 +08:00
committed by GitHub
parent 714f3e6362
commit 75d171a9c5
4 changed files with 4 additions and 4 deletions

View File

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

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.post1",
"0.2.1.post2",
"Please uninstall the old version and "
"reinstall the latest version by following the instructions "
"at https://docs.flashinfer.ai/installation.html.",