From 85d3e001e67773493a89e0da3107160a4e4a7b83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 21:18:29 +0000 Subject: [PATCH] Update dependency huggingface/huggingface_hub to v0.26.1 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 383736d2..b8ad57f2 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.1 # 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 eafe48f5..defdb42f 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.1726694543 # renovate: datasource=github-releases depName=huggingface/huggingface_hub extractVersion=^v(?.*) -ARG HUGGINGFACE_HUB_VERSION=0.26.0 +ARG HUGGINGFACE_HUB_VERSION=0.26.1 # renovate: datasource=github-releases depName=containers/omlmd extractVersion=^v(?.*) ARG OMLMD_VERSION=0.1.6 # renovate: datasource=github-releases depName=tqdm/tqdm extractVersion=^v(?.*)