You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gpt4all/llmodel
Adam Treat 01e582f15b First attempt at providing a persistent chat list experience.
Limitations:

1) Context is not restored for gpt-j models
2) When you switch between different model types in an existing chat
   the context and all the conversation is lost
3) The settings are not chat or conversation specific
4) The sizes of the chat persisted files are very large due to how much
   data the llama.cpp backend tries to persist. Need to investigate how
   we can shrink this.
1 year ago
..
llama.cpp@7296c961d9 Update to latest llama.cpp 1 year ago
CMakeLists.txt Don't set the app version in the llmodel. 1 year ago
gptj.cpp Load models from filepath only. 1 year ago
gptj.h Load models from filepath only. 1 year ago
llamamodel.cpp First attempt at providing a persistent chat list experience. 1 year ago
llamamodel.h First attempt at providing a persistent chat list experience. 1 year ago
llmodel.h First attempt at providing a persistent chat list experience. 1 year ago
llmodel_c.cpp First attempt at providing a persistent chat list experience. 1 year ago
llmodel_c.h First attempt at providing a persistent chat list experience. 1 year ago
utils.cpp Move the backend code into own subdirectory and make it a shared library. Begin fleshing out the C api wrapper that bindings can use. 1 year ago
utils.h Move the backend code into own subdirectory and make it a shared library. Begin fleshing out the C api wrapper that bindings can use. 1 year ago