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
Now that we are creating FlexAttention block masks outside the model,
the `input_batch` field in model inputs is no longer needed.
This PR also renames `extra_args` to be `extra_kwargs`, as it's a
dictionary of kwargs, technically.
0 commit comments