Maknee / minigpt4.cpp

Port of MiniGPT4 in C++ (4bit, 5bit, 6bit, 8bit, 16bit CPU inference with GGML)
MIT License
549 stars 26 forks source link

MiniGPT-v2 support #18

Open balisujohn opened 9 months ago

balisujohn commented 9 months ago

Posting to gauge/express interested in MiniGPT-v2 support being added.

Maknee commented 9 months ago

Interesting, authors released MiniGPT-v2 as an improvement on minigpt4

I don't have time currently to update the repo to support MiniGPT-v2, but it should be relatively easy to add support for it since the code is using the base model for minigpt4

There's couple things I have in mind to support MiniGPT-v2.

Most of the work would be with the gui and adding support to the C++ side to handle