gpt4all/.gitmodules
Adam Treat 55084333a9 Add llama.cpp support for loading llama based models in the gui. We now
support loading both gptj derived models and llama derived models.
2023-04-20 06:19:09 -04:00

7 lines
165 B
Plaintext

[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