You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to run (recasepunc/recasepunc.py predict recasepunc/checkpoint...)
I kept on running into problems (Non-zero exit status 1).
it seems that the problem is the transformers version that I downloaded with "pip install transformers", which downloaded the most recent version.
Checking comments and similar reports on the internet. I came to find that:
transformers==4.16.2
While trying to run (recasepunc/recasepunc.py predict recasepunc/checkpoint...)
I kept on running into problems (Non-zero exit status 1).
it seems that the problem is the transformers version that I downloaded with "pip install transformers", which downloaded the most recent version.
Checking comments and similar reports on the internet. I came to find that:
transformers==4.16.2
from: answered Jul 23, 2023 at 21:23
community wiki
cemal
help me to pass that error.
Can you incorporate the transformers version into the "requirements.txt" file? So I helps others to bypass this error.
The text was updated successfully, but these errors were encountered: