From 5bd6efb18afa7c09546661d2486db9baf23c36de Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Thu, 23 Mar 2023 05:37:26 -0400 Subject: [PATCH] Add llama.cpp to vendor folder --- .gitmodules | 3 +++ vendor/llama.cpp | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 vendor/llama.cpp 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