mirror of https://github.com/vllm-project/vllm
[FIX] Fix prefix test error on main (#3286)
This commit is contained in:
parent
c2c5e0909a
commit
f48c6791b7
|
@ -103,8 +103,6 @@ class FlashAttentionBackend:
|
|||
key_cache,
|
||||
value_cache,
|
||||
input_metadata,
|
||||
self.num_heads,
|
||||
self.num_kv_heads,
|
||||
self.alibi_slopes,
|
||||
)
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue