rename LLamaModel to LlamaCppBackendImpl

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
Jared Van Bortel
2024-08-06 16:47:58 -04:00
parent 43b6f63589
commit 9808be5e73
7 changed files with 67 additions and 65 deletions

2
.gitmodules vendored
View File

@@ -1,5 +1,5 @@
[submodule "llama.cpp-mainline"]
path = gpt4all-backend/llama.cpp-mainline
path = gpt4all-backend/llama.cpp
url = https://github.com/nomic-ai/llama.cpp.git
branch = master
[submodule "gpt4all-chat/usearch"]