From 1ea94d3b926c06224ffa14a2d5da144e9b4d6d34 Mon Sep 17 00:00:00 2001 From: Yineng Zhang Date: Mon, 4 Aug 2025 21:59:18 -0700 Subject: [PATCH] chore: upgrade flashinfer v0.2.9 (#8780) --- 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 00f5616e5..ad4aef5aa 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -60,7 +60,7 @@ srt = [ "torchvision==0.22.1", "cuda-python", "einops", - "flashinfer_python==0.2.9rc2", + "flashinfer_python==0.2.9", ] blackwell = [ @@ -71,7 +71,7 @@ blackwell = [ "torchvision==0.22.1", "cuda-python", "einops", - "flashinfer_python==0.2.9rc2", + "flashinfer_python==0.2.9", "tiktoken", ] diff --git a/python/sglang/srt/entrypoints/engine.py b/python/sglang/srt/entrypoints/engine.py index c2885fa78..a8ef88b76 100644 --- a/python/sglang/srt/entrypoints/engine.py +++ b/python/sglang/srt/entrypoints/engine.py @@ -641,7 +641,7 @@ def _set_envs_and_config(server_args: ServerArgs): if server_args.attention_backend == "flashinfer": assert_pkg_version( "flashinfer_python", - "0.2.9rc2", + "0.2.9", "Please uninstall the old version and " "reinstall the latest version by following the instructions " "at https://docs.flashinfer.ai/installation.html.",