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
{{ message }}
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
We would like to implement something like a load_from_hf function in the finetuner client to support loading our models from the hugging face hub.
The models should be stored on the hf hub in the same format as they are stored on hubble / locally. For now we only want to manually upload model which can be used via finetuner. The new load_from_hf function should use the huggingface client library to download all files and our existing get_model functions can then be used to load the model.
The text was updated successfully, but these errors were encountered:
We would like to implement something like a
load_from_hf
function in the finetuner client to support loading our models from the hugging face hub.The models should be stored on the hf hub in the same format as they are stored on hubble / locally. For now we only want to manually upload model which can be used via finetuner. The new
load_from_hf
function should use the huggingface client library to download all files and our existingget_model
functions can then be used to load the model.The text was updated successfully, but these errors were encountered: