LlamaGPTJ-chat icon indicating copy to clipboard operation
LlamaGPTJ-chat copied to clipboard

Simple chat program for LLaMa, GPT-J, and MPT models.

Results 5 LlamaGPTJ-chat issues
Sort by recently updated
recently updated
newest added

Fixit@DAD MINGW64 ~/LlamaGPTJ-chat $ mkdir build (myenv) Fixit@DAD MINGW64 ~/LlamaGPTJ-chat $ cd build (myenv) Fixit@DAD MINGW64 ~/LlamaGPTJ-chat/build $ mkdir models (myenv) Fixit@DAD MINGW64 ~/LlamaGPTJ-chat/build $ cp ../../MODELS/ggml-vicuna-13b-1.1-q4_2.bin models (myenv) Fixit@DAD...

I got some errors when building the app on AlmaLinux 8.8. Can you help? ``` $ ls /usr/lib/libpthread.* /usr/lib/libpthread.so /usr/lib/libpthread.so.0 $ ls /usr/lib/libstdc++.* /usr/lib/libstdc++.so /usr/lib/libstdc++.so.6 /usr/lib/libstdc++.so.6.0.25 $ ls /usr/lib/libm.* /usr/lib/libm.so...

GPT4All uses a newer version of llama.cpp which can handle the new ggml formats. Currently this throws an error similar to the following if you attempt to load a model...

Is it possible to feed local documents/files and chat about them with this as with imartinez/privateGPT ?? if so, how

``` Type '/save','/load' to save network state into a binary file. ``` After I run save and load it back into a new session it seems to have forgotten my...