[MM] Align the prefix of MMEncoderAttention with Attention (#33750)
Signed-off-by: shen-shanshan <467638484@qq.com>
This commit is contained in:
@@ -257,7 +257,7 @@ class Llama4VisionAttention(nn.Module):
|
||||
self.num_local_heads,
|
||||
self.head_dim,
|
||||
self.scaling,
|
||||
prefix=prefix,
|
||||
prefix=f"{prefix}.attn",
|
||||
)
|
||||
|
||||
if use_data_parallel:
|
||||
|
||||
Reference in New Issue
Block a user