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
Could you either add the flexibility of AutoModel.from_pretrained() to wrapped_model.py or explain how I can store my huggingface models locally in a format that wrapped_model.py can digest?
The text was updated successfully, but these errors were encountered:
Since I cannot load models from the huggingface hub (see #27), I am downloading models to a local directory. However, they are either in the format
or in the format
Could you either add the flexibility of
AutoModel.from_pretrained()
towrapped_model.py
or explain how I can store my huggingface models locally in a format thatwrapped_model.py
can digest?The text was updated successfully, but these errors were encountered: