From 8cd51570e558e12ea885e76c34ae1f6688d23494 Mon Sep 17 00:00:00 2001 From: "LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Sun, 9 Feb 2025 23:12:01 +0100 Subject: [PATCH 1/2] chore: :arrow_up: Update ggerganov/llama.cpp to `19d3c8293b1f61acbe2dab1d49a17950fd788a4a` (#4793) :arrow_up: Update ggerganov/llama.cpp Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: mudler <2420543+mudler@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 05fa4a44..0bb8ade1 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ BINARY_NAME=local-ai DETECT_LIBS?=true # llama.cpp versions -CPPLLAMA_VERSION?=e6e658319952f7ad269dc11275b9edddc721fc6d +CPPLLAMA_VERSION?=19d3c8293b1f61acbe2dab1d49a17950fd788a4a # whisper.cpp version WHISPER_REPO?=https://github.com/ggerganov/whisper.cpp From c3303607853b8c769f390eac636a8e0024336164 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Mon, 10 Feb 2025 09:54:54 +0100 Subject: [PATCH 2/2] chore(model gallery): add ilsp_llama-krikri-8b-instruct (#4795) Signed-off-by: Ettore Di Giacinto --- gallery/index.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/gallery/index.yaml b/gallery/index.yaml index 4e74dceb..9cb7e4c4 100644 --- a/gallery/index.yaml +++ b/gallery/index.yaml @@ -5600,6 +5600,21 @@ - filename: Selene-1-Mini-Llama-3.1-8B-Q4_K_M.gguf sha256: 908e6ce19f7cd3d7394bd7c38e43de2f228aca6aceda35c7ee70d069ad60493e uri: huggingface://bartowski/Selene-1-Mini-Llama-3.1-8B-GGUF/Selene-1-Mini-Llama-3.1-8B-Q4_K_M.gguf +- !!merge <<: *llama31 + name: "ilsp_llama-krikri-8b-instruct" + icon: https://huggingface.co/ilsp/Llama-Krikri-8B-Instruct/resolve/main/llama-krikri-image.jpg + urls: + - https://huggingface.co/ilsp/Llama-Krikri-8B-Instruct + - https://huggingface.co/bartowski/ilsp_Llama-Krikri-8B-Instruct-GGUF + description: | + Following the release of Meltemi-7B on the 26th March 2024, we are happy to welcome Krikri to the family of ILSP open Greek LLMs. Krikri is built on top of Llama-3.1-8B, extending its capabilities for Greek through continual pretraining on a large corpus of high-quality and locally relevant Greek texts. We present Llama-Krikri-8B-Instruct, along with the base model, Llama-Krikri-8B-Base. + overrides: + parameters: + model: ilsp_Llama-Krikri-8B-Instruct-Q4_K_M.gguf + files: + - filename: ilsp_Llama-Krikri-8B-Instruct-Q4_K_M.gguf + sha256: 0ae3a259f03ed79ba634a99ee3bfc672d785b5594b2f71053ed8cb760098abb6 + uri: huggingface://bartowski/ilsp_Llama-Krikri-8B-Instruct-GGUF/ilsp_Llama-Krikri-8B-Instruct-Q4_K_M.gguf - &deepseek url: "github:mudler/LocalAI/gallery/deepseek.yaml@master" ## Deepseek name: "deepseek-coder-v2-lite-instruct"