Skip to content
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

Support loading models from huggingface #749

Closed
guenthermi opened this issue Jun 5, 2023 · 1 comment
Closed

Support loading models from huggingface #749

guenthermi opened this issue Jun 5, 2023 · 1 comment

Comments

@guenthermi
Copy link
Member

guenthermi commented Jun 5, 2023

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.

@bwanglzu
Copy link
Member

bwanglzu commented Jun 8, 2023

#751

@bwanglzu bwanglzu closed this as completed Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants