From f225b238cbe7ad581c3a31c4a2245222a7e26552 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Thu, 20 Apr 2023 17:20:44 -0400 Subject: [PATCH] Remove ggml submodule in favor of llama.cpp --- .gitmodules | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index a81ef356..6e77e7f5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "ggml"] - path = ggml - url = https://github.com/manyoso/ggml.git [submodule "llama.cpp"] path = llama.cpp url = https://github.com/manyoso/llama.cpp.git