From 594247a7b4870c4ee23b2ead954e38ccd988ba06 Mon Sep 17 00:00:00 2001 From: Nathan Sarrazin Date: Fri, 7 Apr 2023 18:59:00 +0200 Subject: [PATCH] Use https for the gitmodule instead of ssh --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 6267b0930..7edf0975d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "vendor/llama.cpp"] path = vendor/llama.cpp - url = git@github.com:ggerganov/llama.cpp.git + url = https://github.com/ggerganov/llama.cpp.git