Skip to content

Commit 8b7b409

Browse files
author
Lu Fang
committed
fix use_cascade_attention signature
Signed-off-by: Lu Fang <[email protected]>
1 parent 076ab27 commit 8b7b409

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vllm/v1/attention/backends/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ def use_cascade_attention(
7575
num_kv_heads: int,
7676
use_alibi: bool,
7777
use_sliding_window: bool,
78+
use_local_attention: bool,
7879
num_sms: int,
7980
) -> bool:
8081
return False

0 commit comments

Comments
 (0)