Merge pull request #4673 from hzhaoy/main

tiny fix

Former-commit-id: 07d96d497ca807cad1a6941ec27b019fc6769e06
This commit is contained in:
hoshi-hiyouga 2024-07-04 10:40:41 +08:00 committed by GitHub
commit d08456c0ce

View File

@ -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, o, x, x],
[x, x, o, o, o, x],
[x, x, o, x, x, x],
[x, x, x, x, x, x],
]
]
]