Mathieu Tammaro

Results 3 issues of Mathieu Tammaro

Hello ! I have been using flutter on my free time and found out about this interesting library. As a side project, I would like to add an implementation of...

**The bug** When I try to load a model with the LlamaCpp loader, I have the following error : ``` Exception ignored in: Traceback (most recent call last): File "/Users/mathieu.tammaro/Work/Perso/AIssistant/.env/lib/python3.11/site-packages/llama_cpp/llama.py",...

Looking at the source code, it seems like the basic search and replace (the most straightforward strategy) is replacing all occurences of the search block instead of the first one...