dev.train #8

Merged
gape_01 merged 50 commits from dev.train into dev 2025-10-17 22:20:14 +02:00
Showing only changes of commit ff721107b9 - Show all commits

View File

@ -26,5 +26,3 @@ def get_prefix_causal_mask_from_padding_mask(seq_len:int, prefix_mask, att_heads
print(get_causal_attention_mask_with_prefix(10,3))