-
Notifications
You must be signed in to change notification settings - Fork 102
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
Compatibility issue when using with newer Transformers library #5
Comments
Hi @CaoHoangTung, |
Hi @minhhdvn, is that problem fixed? I still can't use transkit with transformers because of the version of adapter-transformers. |
Hi @loukey and @CaoHoangTung, |
Thank you! :) |
Thanks!
Any chance to add this to the installation/usage instructions?
…On Sat, Apr 3, 2021, 21:35 Songjian Chen ***@***.***> wrote:
Hi @loukey <https://github.com/loukey> and @CaoHoangTung
<https://github.com/CaoHoangTung>,
We have figured out the way to fix this compatibility issue in version
1.0.1 of trankit. Please install the new version with the command:
pip install trankit==1.0.1.
Thank you.
Thank you! :)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEKVIEVEMFO4T7K25UJEAQLTG5NX7ANCNFSM4WY6LOWQ>
.
|
Thanks for your suggestion, @ScDor.
|
I'm running into an issue when trying to use trankit in a project which use a new version of huggingface transformers library. Trankit depends on adapter-transformers, which cannot be simutanously used with transformers
The text was updated successfully, but these errors were encountered: