Move the backend code into own subdirectory and make it a shared library. Begin fleshing out the C api wrapper that bindings can use.

This commit is contained in:
Adam Treat
2023-04-25 19:16:45 -04:00
parent d16306a205
commit 3c9139b5d2
15 changed files with 188 additions and 20 deletions

2
.gitmodules vendored
View File

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