From a8a3dccbc33d7282bbdfd980c9a84ab102d6956f Mon Sep 17 00:00:00 2001 From: AuLaSW Date: Wed, 13 Dec 2023 09:26:29 -0600 Subject: [PATCH] Update llama.cpp to be latest commit The latest commit allows for MoE models thanks to commit #799a1cb. This should update the connector to use the new llama.cpp files and allow for MoE models (such as Mixtral-8x7B-v0.1) to be used. --- vendor/llama.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/llama.cpp b/vendor/llama.cpp index 8a7b2fa528..9fb13f9584 160000 --- a/vendor/llama.cpp +++ b/vendor/llama.cpp @@ -1 +1 @@ -Subproject commit 8a7b2fa528f130631a5f43648481596ab320ed5a +Subproject commit 9fb13f95840c722ad419f390dc8a9c86080a3700