minigpt4.cpp
minigpt4.cpp copied to clipboard
Port of MiniGPT4 in C++ (4bit, 5bit, 6bit, 8bit, 16bit CPU inference with GGML)
@Maknee I tried setting option(MINIGPT4_CUBLAS "minigpt4: use cuBLAS" ON) in the [CMakeLists.txt](https://github.com/Maknee/minigpt4.cpp/blob/master/CMakeLists.txt#L35). But when i run cmake --build . --config Release, i get this error below unfortunately : - 
In the "Convert the model to ggml" section of the README.md, what is the "" parameter referring to? Following the instructions in MiniGPT4, I ended up with a folder containing...
