From f8d3d80f6374e70c1cd9c5382a2da888b9f9b5b1 Mon Sep 17 00:00:00 2001 From: Yineng Zhang Date: Fri, 14 Nov 2025 02:47:09 -0800 Subject: [PATCH] chore: bump flashinfer v0.5.2 (#13242) --- python/pyproject.toml | 4 ++-- python/sglang/srt/entrypoints/engine.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index f0d63f9f4..56d2cc547 100755 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -26,8 +26,8 @@ dependencies = [ "datasets", "einops", "fastapi", - "flashinfer_python==0.5.0", - "flashinfer_cubin==0.5.0", + "flashinfer_python==0.5.2", + "flashinfer_cubin==0.5.2", "gguf", "hf_transfer", "huggingface_hub", diff --git a/python/sglang/srt/entrypoints/engine.py b/python/sglang/srt/entrypoints/engine.py index 57fde5116..b2e057b62 100644 --- a/python/sglang/srt/entrypoints/engine.py +++ b/python/sglang/srt/entrypoints/engine.py @@ -725,7 +725,7 @@ def _set_envs_and_config(server_args: ServerArgs): if server_args.attention_backend == "flashinfer": assert_pkg_version( "flashinfer_python", - "0.5.0", + "0.5.2", "Please uninstall the old version and " "reinstall the latest version by following the instructions " "at https://docs.flashinfer.ai/installation.html.",