mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2026-05-28 02:48:54 +08:00
[model] support MiniCPM-V-4.6 (#10472)
This commit is contained in:
@@ -70,7 +70,6 @@ class UlyssesAttention(torch.nn.Module):
|
||||
gather_idx: int = 1,
|
||||
attn_fn: Optional[callable] = None,
|
||||
) -> None:
|
||||
|
||||
super().__init__()
|
||||
self.spg = sequence_process_group
|
||||
self.scatter_idx = scatter_idx
|
||||
|
||||
Reference in New Issue
Block a user