Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants