From f18a8fddd4182c9802f62f406d50978cf4b11b96 Mon Sep 17 00:00:00 2001 From: Yineng Zhang Date: Tue, 1 Jul 2025 14:05:57 -0700 Subject: [PATCH] chore: upgrade flashinfer v0.2.7.post1 (#7698) --- 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 faf6cba06..13b3d9952 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -58,7 +58,7 @@ srt = [ "torchvision==0.22.1", "cuda-python", "einops", - "flashinfer_python==0.2.7", + "flashinfer_python==0.2.7.post1", ] blackwell = [ @@ -69,7 +69,7 @@ blackwell = [ "torchvision==0.22.1", "cuda-python", "einops", - "flashinfer_python==0.2.7", + "flashinfer_python==0.2.7.post1", ] # HIP (Heterogeneous-computing Interface for Portability) for AMD diff --git a/python/sglang/srt/entrypoints/engine.py b/python/sglang/srt/entrypoints/engine.py index c5663123a..4712aea2c 100644 --- a/python/sglang/srt/entrypoints/engine.py +++ b/python/sglang/srt/entrypoints/engine.py @@ -633,7 +633,7 @@ def _set_envs_and_config(server_args: ServerArgs): if server_args.attention_backend == "flashinfer": assert_pkg_version( "flashinfer_python", - "0.2.7", + "0.2.7.post1", "Please uninstall the old version and " "reinstall the latest version by following the instructions " "at https://docs.flashinfer.ai/installation.html.",