-
Notifications
You must be signed in to change notification settings - Fork 354
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
update the library to the latest HF Transformers version #558
Comments
Hey @bhavitvyamalik, to update the library to the last HF transformers version, you need to merge the newest release branch of HF into it.
Currently, adapter-transformers is based on HF transformers v4.26.1 which has some known bugs. Maybe for your problems it would be enough to fix them instead of updating the HF version. To do this, copy this file in your local repository, e.g. as
and apply these changes via FYI: We are currently working on disentangling adapter-transformers from Hugging Face transformers which will make updating the version much easier. |
Note that updating as above is not required anymore with the new Adapters codebase. See #584. |
How can we update the library to the latest HF Transformers version?
The text was updated successfully, but these errors were encountered: