mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-15 16:18:10 +08:00
Merge pull request #4673 from hzhaoy/main
tiny fix Former-commit-id: e0ef32fc3a5469cdd854288c4bb9eb78bb7e27f1
This commit is contained in:
commit
c89ff328f6
@ -41,7 +41,7 @@ def prepare_4d_attention_mask(attention_mask_with_indices: "torch.Tensor", dtype
|
|||||||
[x, x, o, x, x, x],
|
[x, x, o, x, x, x],
|
||||||
[x, x, o, o, x, x],
|
[x, x, o, o, x, x],
|
||||||
[x, x, o, o, o, x],
|
[x, x, o, o, o, x],
|
||||||
[x, x, o, x, x, x],
|
[x, x, x, x, x, x],
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user