From e1b37b4ef603803e5c85845167b5219258708b79 Mon Sep 17 00:00:00 2001 From: leejet Date: Sat, 2 Mar 2024 17:34:08 +0800 Subject: [PATCH] fix: update ggml submodule url --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index d9d9437..d5788ea 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "ggml"] path = ggml - url = https://github.com/ggerganov/ggml.git + url = https://github.com/leejet/ggml.git