Garden-AI / garden

https://garden-ai.readthedocs.io
MIT License
17 stars 4 forks source link

Make a GitHub model connector #388

Closed WillEngler closed 7 months ago

WillEngler commented 8 months ago

We currently have a Hugging Face model connector. Under the hood, Hugging Face Models are just git repos. It should be straightforward to also make a GitHub model connector that has largely the same behavior. See the Hugging Face implementation and go from there.

Assumptions

Acceptance Criteria

Given I have model weights in a GitHub repo, when I make a Garden notebook, then I can use the GitHubConnector to retrieve those weights and/or Python files.