[MM] Pass prefix parameter to MMEncoderAttention (#33674)
Signed-off-by: shen-shanshan <467638484@qq.com>
This commit is contained in:
@@ -611,6 +611,7 @@ class ImagePoolingAttention(nn.Module):
|
||||
self.head_dim,
|
||||
self.scale,
|
||||
num_kv_heads=self.num_kv_heads,
|
||||
prefix=prefix,
|
||||
)
|
||||
|
||||
def forward_sdpa(
|
||||
|
||||
Reference in New Issue
Block a user