monatis / lmm.cpp

Inference of Large Multimodal Models in C/C++. LLaVA and others
MIT License
46 stars 2 forks source link

lmm.cpp

Inference of Large Multimodal Models in C/C++

Warning

This is still work in progress and not ready for anything.

Description

This repo implements LLaVA inference in C/C++ on top of clip.cpp and llama.cpp. Eventually, it will support inference of other large multimodal models, but LLaVA is chosen as a starting point.

Roadmap