We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, Aria does not support FA2 in its modeling code:
transformers/src/transformers/models/aria/modeling_aria.py
Line 656 in 2fa876d
attn_implementation
So the modeling code on transformers side should be updated to support it. It currently causes errors on the CI and I think it's due to this mismatch.
cc @aymeric-roucher @zucchini-nlp
The text was updated successfully, but these errors were encountered:
I don't have write access to the repo, but I guess there should be a colab in slack to ping the authors
Sorry, something went wrong.
No branches or pull requests
Currently, Aria does not support FA2 in its modeling code:
transformers/src/transformers/models/aria/modeling_aria.py
Line 656 in 2fa876d
However the reference checkpoint for the Aria model does set
attn_implementation
to FA2: https://huggingface.co/rhymes-ai/Aria/blob/104c6548d7da08fc3a30c4232d35cc9fb3239942/config.json#L36So the modeling code on transformers side should be updated to support it. It currently causes errors on the CI and I think it's due to this mismatch.
cc @aymeric-roucher @zucchini-nlp
The text was updated successfully, but these errors were encountered: