Suddenly model does not work anymore
#7
by
KimTang
- opened
I found a fix by running the model on my own machine.
Clone the git repository, git checkout the previous commit, and run the model locally. This worked for me.
You can use revision parameter in from_pretrained
to pass the commit hash and get the previous model.
Thank you all for reporting! We have reverted the PR for now (https://huggingface.co/facebook/wmt19-en-de/discussions/8) and will investigate.