iHaagcom
iHaagcom
> Interesting, I haven't encountered that error before running minigpt4.cpp on windows. > > The python script does not have to be moved anywhere. As long as `minigpt.dll` is somewhere...
Could you compile the exe and upload it?
> Here is the uploaded result in [releases](https://github.com/Maknee/minigpt4.cpp/releases) > > Download the appropriate version for windows. The ones with `opencv` may require you to install [opencv](https://opencv.org/releases/). Thank you not sure...
Also unable to run the webui but exe works. Failed to detect the real stuff from the image with the image I gave it tho. 
Using the model from [thebloke ](https://huggingface.co/TheBloke/falcon-40b-instruct-GGML)
> > Using the model from [thebloke ](https://huggingface.co/TheBloke/falcon-40b-instruct-GGML) > > I believe the first models of TheBloke used a very early ggml conversion, it did not split and reshape the...
> Try this: > > 1. Get Visual Studio Code and install the cmake addon and C++ tools > 2. get a fresh clone of this repository > 3. use...