-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
Upgrade transformers to the latest version #521
Labels
Comments
The changes should be coming in transformers 4.46 |
It is also worth noting that in this pr for version 4.42.0; they removed the features that were deprecated in version 4.38. |
4.46 is released and it looks like the changes are in there |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is needed to be able to use SDPA for NLLB (#478), which should hopefully be released in the next minor version of transformers.
There may be others, but at least one breaking change that we will need to take care of is the refactoring of the
NllbTokenizer
, specifically in regards to the language code special tokens. This change came in 4.38, and I believe the main changes came in this PR.The text was updated successfully, but these errors were encountered: