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

Dockerfile - updated transformers version to 4.31.0 #736

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

a-zurcher
Copy link
Contributor

Building the docker image using docker build . -t tts didn't work for me, it gave the following error :
error: tokenizers 0.15.1 is installed but tokenizers!=0.11.3,<0.14,>=0.11.1 is required by {'transformers'}

I checked requirements.txt and found that the required transformers version was 4.31.0 instead of 4.29.2. After updating that line in the Dockerfile, the docker build command worked.

@rsxdalv
Copy link
Contributor

rsxdalv commented Mar 14, 2024

this should be mergeable. 4.31.0 is indeed the long running and tested version

@manmay-nakhashi
Copy link
Collaborator

Sounds good, merging

@manmay-nakhashi manmay-nakhashi merged commit 1a3b014 into neonbjb:main Mar 14, 2024
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.

3 participants