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
The model's decoder right now only supports sequential decoding. This is because of the way attn_state is implemented. Parallel generation forward pass can be implemented by setting attn_state to None and handling all cases inside generation code