You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I implement score mod like this? seq_len can be different every forward. Such alibi is used in Voicebox paper. I'm new to BatchedTensor or maybe vmap API? I do not know how to implement it at all. Can you help me?
The text was updated successfully, but these errors were encountered:
Hi, I want to use FlexAttention for alibi with padding(no bias)
If seq_len is 5 I want to make alibi tensor like below, which is alibi tensor with seq_len, and last item is not penalized
How can I implement score mod like this? seq_len can be different every forward. Such alibi is used in Voicebox paper. I'm new to BatchedTensor or maybe vmap API? I do not know how to implement it at all. Can you help me?
The text was updated successfully, but these errors were encountered: