-
Notifications
You must be signed in to change notification settings - Fork 84
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
Incompatible with the latest version of fairseq
?
#16
Comments
I was getting the import error while running the generate.py script. I simply used the latest stable version (0.10.2) of fairseq using pip install -U fairseq and the error vanished. |
@aadarshsingh191198 commented on Dec 15, 2021, 1:58 PM GMT+3:30:
Can you share a working Colab demo? I get this error:
(Which I guess is the same issue as #11 ) |
The problem happens when the checkpoint is downloaded via wget. If you download it to your machine locally, you will notice that the file is much larger and comes under another name: scitldr_bart-xsum.tldr-aic.pt |
Here is a Colab notebook where I tried to do inference using this model.
The text was updated successfully, but these errors were encountered: