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 992e553cfa Update to the alibi version that Zach made. 1 year ago
..
llama.cpp@03ceb39c1e Update to the alibi version that Zach made. 1 year ago
CMakeLists.txt Scaffolding for the mpt <-> ggml project. 1 year ago
gptj.cpp Add debug for chatllm model loading and fix order of getting rid of the 1 year ago
gptj.h Persistent state for gpt-j models too. 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 include <cstdint> in llmodel.h 1 year ago
llmodel_c.cpp feat: load model 1 year ago
llmodel_c.h feat: load model 1 year ago
mpt.cpp Match Helly's impl of kv cache. 1 year ago
mpt.h Scaffolding for the mpt <-> ggml project. 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