gpt4all/llmodel
2023-04-27 09:43:24 -04:00
..
llama.cpp@4afcc37869 Update llama.cpp submodule to latest. 2023-04-26 11:50:05 -04:00
CMakeLists.txt Initial support for opt-in telemetry. 2023-04-26 22:05:56 -04:00
gptj.cpp Don't crash when prompt is too large. 2023-04-26 19:08:37 -04:00
gptj.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. 2023-04-26 08:22:38 -04:00
llamamodel.cpp Don't crash when prompt is too large. 2023-04-26 19:08:37 -04:00
llamamodel.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. 2023-04-26 08:22:38 -04:00
llmodel_c.cpp Provide an initial impl. of the C interface. NOTE: has not been tested. 2023-04-27 09:43:24 -04:00
llmodel_c.h Provide an initial impl. of the C interface. NOTE: has not been tested. 2023-04-27 09:43:24 -04:00
llmodel.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. 2023-04-26 08:22:38 -04:00
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. 2023-04-26 08:22:38 -04:00
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. 2023-04-26 08:22:38 -04:00