Andzejs Poprockis

Results 121 comments of Andzejs Poprockis

> Hello, > > I manage to build llama.cpp without AVX2 support, but honestly, it runs very slow. > > If you like to try it, you can build it...

> You should put this argument on cmake comand, before run `cmake --build` like this: > > ``` > cd > mkdir build > cd build > cmake .. -DLLAMA_AVX2=0...

> Didn't know where GPT4ALL-ui place the binaries, I just run it from CMD to test if work, but if you know where it's placed, should work just replacing the...

> Almost, just this error: Thank you for helping me: ``` -- Build files have been written to: E:/VBA_PROJECTS/Git/gpt4all-ui/pyllamacpp/build/temp.win-amd64-cpython-310/Release/_pyllamacpp Unknown argument -DLLAMA_AVX2=0 Usage: cmake --build [options] [-- [native-options]] cmake --build...

> My bad, the argument should be in `cmake_args` not `build_args`, after that, can build pyllamacpp without problems. > > Another way to force the param, it's edit https://github.com/nomic-ai/pyllamacpp/blob/main/CMakeLists.txt#L70 and...

> If any of you want to participate, fork the project, you can summerize this in an a md file and put it in doc folder then do a pull...

I have moved one step closer: All i did at first > Another way to force the param, it's edit https://github.com/nomic-ai/pyllamacpp/blob/main/CMakeLists.txt#L70 and put it to OFF. That didnt work, then...

One step forward, two steps back. Seems like converter is borked? When runing install.bat and selecting model to convert, it cant find the converter.py script: ``` Skipping download of model...

Also i cant add new conversations, and no conversation is showing in the UI

idk man, the buttons that supposed to export or create new conversations are not working. Pressing them does noting And when i submit my prompt it crashes: ``` Received message...