From 31bb33c7316cb39ec653e8a7c9071b4091a5ab38 Mon Sep 17 00:00:00 2001 From: James Ravenscroft Date: Sat, 26 Aug 2023 15:22:14 +0100 Subject: [PATCH] use latest upstream ggml instead of mine --- .gitmodules | 3 +++ vscode-fauxpilot | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) delete mode 160000 vscode-fauxpilot diff --git a/.gitmodules b/.gitmodules index 49733ff..820ab61 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "extern/sbdlog"] path = extern/spdlog url = https://github.com/gabime/spdlog.git +[submodule "extern/ggml"] + path = extern/ggml + url = https://github.com/ggerganov/ggml diff --git a/vscode-fauxpilot b/vscode-fauxpilot deleted file mode 160000 index fb64ec7..0000000 --- a/vscode-fauxpilot +++ /dev/null @@ -1 +0,0 @@ -Subproject commit fb64ec7d299d6280301ee870ad26216156ca0cb2