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
Eliminates variable-length sequence support to simplify the codebase and focus on standard batch-based attention operations.
Removes forward and backward implementations for variable-length sequences along with their fake wrappers, reducing code complexity and maintenance overhead.
Fixes mask and bias handling in the remaining implementation to properly handle None values during padding operations.
0 commit comments