monatis / clip.cpp

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

no module named 'gguf' #77

Closed aiaicode closed 1 year ago

aiaicode commented 1 year ago

GGUF library is needed to convert the model so it should be added into the requirements.txt and description.

aiaicode commented 1 year ago

And -m needs to be added before specificify the model directory. This should be changed in the description.

python convert_hf_to_gguf.py -m ../../CLIP-ViT-B-32-laion2B-s34B-b79k

monatis commented 1 year ago

Thanks @aiaicode for raising the issue. Fixing in #78