monatis / clip.cpp

CLIP inference in plain C/C++ with no extra dependencies
MIT License
439 stars 30 forks source link

Support downloading models in Python bindings #62

Closed monatis closed 1 year ago

monatis commented 1 year ago

Together with #60, it would be awesome to support downloading pre-converted models from HF Hub.

Internally, we can have a dict of model names and their URLs.

Yossef-Dawoad commented 1 year ago

PR #65 should close this issue.