-
Notifications
You must be signed in to change notification settings - Fork 58
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
AttributeError: can't set attribute when using pre-trained extractive summariser #46
Comments
I've narrowed the problem down to this commit in pytorch-lightning Lightning-AI/pytorch-lightning#6207. Try running after installing the previous version of pytorch-lightning with |
For reference, I found an open issue with this exact problem: Lightning-AI/pytorch-lightning#7443 (comment) |
By the way, you're going to need to set |
Solved in e36e033 |
Thank you for a swift patch! To make it work I had to do one small thing: |
Hi,
Great work on the repo. I followed the Getting Started page and tried to run
mobilebert-uncased-ext-sum
model. Here is a simple code snippet I used:However, I get the following traceback
Any tips on how to solve that?
The text was updated successfully, but these errors were encountered: