File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ srt = [
63
63
" torchaudio==2.8.0" ,
64
64
" torchvision" ,
65
65
" cuda-python" ,
66
- " flashinfer_python==0.2.11 " ,
66
+ " flashinfer_python==0.2.10 " ,
67
67
]
68
68
69
69
blackwell = [
@@ -73,7 +73,7 @@ blackwell = [
73
73
" torchaudio==2.8.0" ,
74
74
" torchvision" ,
75
75
" cuda-python" ,
76
- " flashinfer_python==0.2.11 " ,
76
+ " flashinfer_python==0.2.10 " ,
77
77
]
78
78
79
79
# HIP (Heterogeneous-computing Interface for Portability) for AMD
Original file line number Diff line number Diff line change @@ -647,7 +647,7 @@ def _set_envs_and_config(server_args: ServerArgs):
647
647
if server_args .attention_backend == "flashinfer" :
648
648
assert_pkg_version (
649
649
"flashinfer_python" ,
650
- "0.2.11 " ,
650
+ "0.2.10 " ,
651
651
"Please uninstall the old version and "
652
652
"reinstall the latest version by following the instructions "
653
653
"at https://docs.flashinfer.ai/installation.html." ,
You can’t perform that action at this time.
0 commit comments