mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-26 07:15:17 +08:00
[ROCM] fix native attention function call (#13650)
This commit is contained in:
parent
68d535ef44
commit
68d630a0c7
@ -717,7 +717,6 @@ class ROCmFlashAttentionImpl(AttentionImpl):
|
||||
self.num_heads,
|
||||
self.head_size,
|
||||
self.scale,
|
||||
causal_mask,
|
||||
attn_masks,
|
||||
)
|
||||
else:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user