mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-22 22:02:51 +08:00
tiny fix
Former-commit-id: 738df477485de3633049651a9f1d498adf95a3d5
This commit is contained in:
parent
aa14a625e4
commit
6d892dbc23
@ -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