diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..6267b09 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "vendor/llama.cpp"] + path = vendor/llama.cpp + url = git@github.com:ggerganov/llama.cpp.git diff --git a/vendor/llama.cpp b/vendor/llama.cpp new file mode 160000 index 0000000..93208cf --- /dev/null +++ b/vendor/llama.cpp @@ -0,0 +1 @@ +Subproject commit 93208cfb929c2323e5d2ac6bf354e278040e70ed