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
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.
Expected behavior
I expect to load the pretrained model.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: