Former-commit-id: 8f43ad988a4fd518a708fba53a173596ce2c59dd
This commit is contained in:
hzhaoy 2024-07-04 10:20:28 +08:00
parent 0f43c61229
commit c6f1bc65c0

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],
]
]
]