Bump FI version (#17700)

Signed-off-by: Shahar Mor <smor@nvidia.com>
Co-authored-by: b8zhong <b8zhong@uwaterloo.ca>
This commit is contained in:
shaharmor98
2026-01-26 10:50:06 +02:00
committed by GitHub
parent 2734b23481
commit f6f1b6d000
4 changed files with 5 additions and 5 deletions

View File

@@ -28,8 +28,8 @@ dependencies = [
"datasets",
"einops",
"fastapi",
"flashinfer_python==0.6.1", # keep it aligned with jit-cache version in Dockerfile
"flashinfer_cubin==0.6.1",
"flashinfer_python==0.6.2", # keep it aligned with jit-cache version in Dockerfile
"flashinfer_cubin==0.6.2",
"gguf",
"hf_transfer",
"huggingface_hub",

View File

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