I tried to load the trained weights following the Readme.
It turns out to have another Error different from previous issue, which is "_from_pretrained() missing 1 required positional argument: 'use_auth_token'"
To Reproduce
Steps to reproduce the behavior:
from dgmr import DGMR
model = DGMR.from_pretrained("openclimatefix/dgmr")
I have tried to add the argument "use_auth_token = my hugging face token", or login my huggingface token in the terminal with my token, or set environmental variable with my token, but all turn out to fail. The Error exists.
Describe the bug
I tried to load the trained weights following the Readme. It turns out to have another Error different from previous issue, which is "_from_pretrained() missing 1 required positional argument: 'use_auth_token'"
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect to load the pretrained model.