From 43b6809867f282e11ef4c74864f08a2aae59c933 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 17:47:32 +0000 Subject: [PATCH] Update dependency huggingface/huggingface_hub to v0.25.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- container-images/ramalama/latest/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container-images/ramalama/latest/Containerfile b/container-images/ramalama/latest/Containerfile index e248d242..65df0b68 100644 --- a/container-images/ramalama/latest/Containerfile +++ b/container-images/ramalama/latest/Containerfile @@ -1,7 +1,7 @@ FROM registry.access.redhat.com/ubi9/ubi:9.4-1214.1725849297 # renovate: datasource=github-releases depName=huggingface/huggingface_hub extractVersion=^v(?.*) -ARG HUGGINGFACE_HUB_VERSION=0.24.7 +ARG HUGGINGFACE_HUB_VERSION=0.25.0 # renovate: datasource=github-releases depName=containers/omlmd extractVersion=^v(?.*) ARG OMLMD_VERSION=0.1.4 # renovate: datasource=git-refs depName=ggerganov/llama.cpp packageName=https://github.com/ggerganov/llama.cpp gitRef=master versioning=loose type=digest