From 84cb449eeccf8d9a1c08aa6873dfb5145e33b049 Mon Sep 17 00:00:00 2001 From: Yineng Zhang Date: Mon, 11 Aug 2025 00:16:39 -0700 Subject: [PATCH] Revert "chore: upgrade flashinfer 0.2.11 (#9036)" (#9057) --- 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 c587a8d43..d6f1ce169 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -63,7 +63,7 @@ srt = [ "torchaudio==2.8.0", "torchvision", "cuda-python", - "flashinfer_python==0.2.11", + "flashinfer_python==0.2.10", ] blackwell = [ @@ -73,7 +73,7 @@ blackwell = [ "torchaudio==2.8.0", "torchvision", "cuda-python", - "flashinfer_python==0.2.11", + "flashinfer_python==0.2.10", ] # 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 9a387e557..e40e156e2 100644 --- a/python/sglang/srt/entrypoints/engine.py +++ b/python/sglang/srt/entrypoints/engine.py @@ -647,7 +647,7 @@ def _set_envs_and_config(server_args: ServerArgs): if server_args.attention_backend == "flashinfer": assert_pkg_version( "flashinfer_python", - "0.2.11", + "0.2.10", "Please uninstall the old version and " "reinstall the latest version by following the instructions " "at https://docs.flashinfer.ai/installation.html.",