From 534b5b51149438304ca5d87c21807b56e4ea56c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:50:25 +0000 Subject: [PATCH] Update dependency huggingface/huggingface_hub to v0.26.2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- container-images/cuda/Containerfile | 2 +- container-images/ramalama/Containerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/container-images/cuda/Containerfile b/container-images/cuda/Containerfile index ded5a9c6..0c1a64a9 100644 --- a/container-images/cuda/Containerfile +++ b/container-images/cuda/Containerfile @@ -1,7 +1,7 @@ FROM docker.io/nvidia/cuda:12.6.2-devel-ubi9 # renovate: datasource=github-releases depName=huggingface/huggingface_hub extractVersion=^v(?.*) -ARG HUGGINGFACE_HUB_VERSION=0.26.0 +ARG HUGGINGFACE_HUB_VERSION=0.26.2 # renovate: datasource=github-releases depName=containers/omlmd extractVersion=^v(?.*) ARG OMLMD_VERSION=0.1.6 ARG LLAMA_CPP_SHA=3f1ae2e32cde00c39b96be6d01c2997c29bae555 diff --git a/container-images/ramalama/Containerfile b/container-images/ramalama/Containerfile index ec31c5c0..ef84e3e7 100644 --- a/container-images/ramalama/Containerfile +++ b/container-images/ramalama/Containerfile @@ -1,7 +1,7 @@ FROM registry.access.redhat.com/ubi9/ubi:9.4-1214.1729773476 # renovate: datasource=github-releases depName=huggingface/huggingface_hub extractVersion=^v(?.*) -ARG HUGGINGFACE_HUB_VERSION=0.26.0 +ARG HUGGINGFACE_HUB_VERSION=0.26.2 # renovate: datasource=github-releases depName=containers/omlmd extractVersion=^v(?.*) ARG OMLMD_VERSION=0.1.6 # renovate: datasource=github-releases depName=tqdm/tqdm extractVersion=^v(?.*)