Skip to content

Commit 84cb449

Browse files
authored
Revert "chore: upgrade flashinfer 0.2.11 (sgl-project#9036)" (sgl-project#9057)
1 parent f003cd3 commit 84cb449

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ srt = [
6363
"torchaudio==2.8.0",
6464
"torchvision",
6565
"cuda-python",
66-
"flashinfer_python==0.2.11",
66+
"flashinfer_python==0.2.10",
6767
]
6868

6969
blackwell = [
@@ -73,7 +73,7 @@ blackwell = [
7373
"torchaudio==2.8.0",
7474
"torchvision",
7575
"cuda-python",
76-
"flashinfer_python==0.2.11",
76+
"flashinfer_python==0.2.10",
7777
]
7878

7979
# HIP (Heterogeneous-computing Interface for Portability) for AMD

python/sglang/srt/entrypoints/engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ def _set_envs_and_config(server_args: ServerArgs):
647647
if server_args.attention_backend == "flashinfer":
648648
assert_pkg_version(
649649
"flashinfer_python",
650-
"0.2.11",
650+
"0.2.10",
651651
"Please uninstall the old version and "
652652
"reinstall the latest version by following the instructions "
653653
"at https://docs.flashinfer.ai/installation.html.",

0 commit comments

Comments
 (0)