Skip to content
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

fix: incompatibility with newer transformers package (fixes #20) #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lrq3000
Copy link

@lrq3000 lrq3000 commented Nov 24, 2024

Implements the fix proposed by @GOvEy1nw.

Also increases the minimum required version of transformers to ensure that we don't get the opposite issue (of people using older transformers version).

I considered supporting both the old and new transformers releases, but given the current transformers release is v4.46 and the minimum required version to fix this issue is v4.38, I think it's safe to support the newer releases only, as 4.38 is already quite old.

I did not edit the version, I let you do it.

@lrq3000
Copy link
Author

lrq3000 commented Nov 24, 2024

@thammegowda If you are looking for a maintainer for this repo, please consider my application. I don't have much time to actively develop it, but I think it is apublic utility project, and I am a very experienced Python open-source developer and maintainer of lots of repositories, some of them extremely popular. It would be my honor to take care of the janitor duties such as checking, fixing and merging PRs, improving the packaging to the new pyproject.toml standard, answering questions, etc. Note that to make me a maintainer you will need to move this repo into an organization (that's free for opensource projects).

Thank you very much for your awesome work on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant