Add llama.cpp support for loading llama based models in the gui. We now

support loading both gptj derived models and llama derived models.
This commit is contained in:
Adam Treat
2023-04-15 15:57:32 -04:00
parent f1b87d0b56
commit 55084333a9
13 changed files with 571 additions and 12 deletions

3
.gitmodules vendored
View File

@@ -1,3 +1,6 @@
[submodule "ggml"]
path = ggml
url = https://github.com/manyoso/ggml.git
[submodule "llama.cpp"]
path = llama.cpp
url = https://github.com/manyoso/llama.cpp.git