From 986ca6bd9f4c625e9d43568b57569a0142d8ddf0 Mon Sep 17 00:00:00 2001 From: Frank Lee Date: Fri, 23 Feb 2024 02:34:36 +0100 Subject: [PATCH 1/3] Change llama.cpp url to ampere's fork --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 7edf097..d1a555b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "vendor/llama.cpp"] path = vendor/llama.cpp - url = https://github.com/ggerganov/llama.cpp.git + url = git@github.com:AmpereComputingAI/llama.aio.git From 66acf2ca0db624867bb400404cf52596799d1078 Mon Sep 17 00:00:00 2001 From: Frank Lee Date: Fri, 23 Feb 2024 02:45:43 +0100 Subject: [PATCH 2/3] Update commit --- vendor/llama.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/llama.cpp b/vendor/llama.cpp index 973053d..d824937 160000 --- a/vendor/llama.cpp +++ b/vendor/llama.cpp @@ -1 +1 @@ -Subproject commit 973053d8b0d04809836b3339a50f68d9c842de90 +Subproject commit d824937a972d6316f92b6df5f0ab06946a773b93 From d836844493187668cf4de24d28c752705b42b37c Mon Sep 17 00:00:00 2001 From: Jan Grzybek Date: Tue, 16 Apr 2024 14:44:10 +0000 Subject: [PATCH 3/3] update llama.aio submodule --- vendor/llama.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/llama.cpp b/vendor/llama.cpp index d824937..a19f265 160000 --- a/vendor/llama.cpp +++ b/vendor/llama.cpp @@ -1 +1 @@ -Subproject commit d824937a972d6316f92b6df5f0ab06946a773b93 +Subproject commit a19f26587002688253b4b35e22b95cdf8abb8215