From 4fdf43a470b16bc5ebd1ed2a591534ec6af5b6a6 Mon Sep 17 00:00:00 2001 From: leejet Date: Sun, 10 May 2026 22:04:12 +0800 Subject: [PATCH] update ggml submodule url --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 5ccdc382..a26210d9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "ggml"] path = ggml - url = https://github.com/ggml-org/ggml.git + url = https://github.com/leejet/ggml.git [submodule "examples/server/frontend"] path = examples/server/frontend url = https://github.com/leejet/sdcpp-webui.git