From 883a9d4e176b03d38eca875e8cef2f411b42224c Mon Sep 17 00:00:00 2001 From: Eric Curtin Date: Mon, 21 Oct 2024 11:42:04 +0100 Subject: [PATCH] Update llama.cpp to fix granite3-moe models This was added recently to llama.cpp: https://github.com/ggerganov/llama.cpp/pull/9438 Signed-off-by: Eric Curtin --- container-images/cpuonly/Containerfile | 2 +- container-images/cuda/Containerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/container-images/cpuonly/Containerfile b/container-images/cpuonly/Containerfile index f2b25a3a..9a7e2b6e 100644 --- a/container-images/cpuonly/Containerfile +++ b/container-images/cpuonly/Containerfile @@ -6,7 +6,7 @@ ARG HUGGINGFACE_HUB_VERSION=0.26.0 ARG OMLMD_VERSION=0.1.6 # renovate: datasource=github-releases depName=tqdm/tqdm extractVersion=^v(?.*) ARG TQDM_VERSION=4.66.5 -ARG LLAMA_CPP_SHA=70392f1f81470607ba3afef04aa56c9f65587664 +ARG LLAMA_CPP_SHA=3f1ae2e32cde00c39b96be6d01c2997c29bae555 # renovate: datasource=git-refs depName=ggerganov/whisper.cpp packageName=https://github.com/ggerganov/whisper.cpp gitRef=master versioning=loose type=digest ARG WHISPER_CPP_SHA=a5abfe6a90495f7bf19fe70d016ecc255e97359c diff --git a/container-images/cuda/Containerfile b/container-images/cuda/Containerfile index 7c728812..60e3ca72 100644 --- a/container-images/cuda/Containerfile +++ b/container-images/cuda/Containerfile @@ -4,7 +4,7 @@ FROM docker.io/nvidia/cuda:12.6.2-devel-ubi9 ARG HUGGINGFACE_HUB_VERSION=0.26.0 # renovate: datasource=github-releases depName=containers/omlmd extractVersion=^v(?.*) ARG OMLMD_VERSION=0.1.6 -ARG LLAMA_CPP_SHA=70392f1f81470607ba3afef04aa56c9f65587664 +ARG LLAMA_CPP_SHA=3f1ae2e32cde00c39b96be6d01c2997c29bae555 # renovate: datasource=git-refs depName=ggerganov/whisper.cpp packageName=https://github.com/ggerganov/whisper.cpp gitRef=master versioning=loose type=digest ARG WHISPER_CPP_SHA=a5abfe6a90495f7bf19fe70d016ecc255e97359c