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
⚠️ Please check that this feature request hasn't been suggested before.
I searched previous Ideas in Discussions didn't find any similar feature requests.
I searched previous Issues didn't find any similar feature requests.
🔖 Feature description
Transformers recently refactored flash attention. At current point in time, axolotl replaces the _get_unpad_data for its multipack feature. Instead, replace the central _get_unpad_data in the new transformers. huggingface/transformers#31446
✔️ Solution
Replace the long if-statement in monkeypatch/multipack and directly replace the centralized unpad function:
🔖 Feature description
Transformers recently refactored flash attention. At current point in time,
axolotl
replaces the_get_unpad_data
for its multipack feature. Instead, replace the central_get_unpad_data
in the new transformers.huggingface/transformers#31446
✔️ Solution
Replace the long if-statement in monkeypatch/multipack and directly replace the centralized unpad function:
❓ Alternatives
No response
📝 Additional Context
No response
Acknowledgements
The text was updated successfully, but these errors were encountered: