[Deps] Bump FlashInfer to 0.6.18 (#36954)

This commit is contained in:
Mohammad Miadh Angkad
2026-08-30 19:02:39 -07:00
committed by GitHub
parent 0da6a66856
commit 4f761e8649
9 changed files with 9 additions and 392 deletions
+1 -1
View File
@@ -1686,7 +1686,7 @@ def _set_envs_and_config(server_args: ServerArgs):
if "flashinfer" in attention_backends_of(resolved_view(cfg)):
assert_pkg_version(
"flashinfer_python",
"0.6.17",
"0.6.18",
"Please uninstall the old version and "
"reinstall the latest version by following the instructions "
"at https://docs.flashinfer.ai/installation.html.",
+1 -1
View File
@@ -2157,7 +2157,7 @@ def check_pkg_version_at_least(pkg: str, min_version: str) -> bool:
Args:
pkg: Package name (distribution name, e.g., "flashinfer-python")
min_version: Minimum version required (e.g., "0.6.17")
min_version: Minimum version required (e.g., "0.6.18")
Returns:
True if package is installed and version >= min_version, False otherwise