From a50fb96e5ea2a905d5528db3007618762ec565c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 15:59:21 +0000 Subject: [PATCH] Bump transformers in /examples/ui/gradio/gradio-caikit-rag-redis Bumps [transformers](https://github.com/huggingface/transformers) from 4.34.0 to 4.50.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.34.0...v4.50.0) --- updated-dependencies: - dependency-name: transformers dependency-version: 4.50.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/ui/gradio/gradio-caikit-rag-redis/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ui/gradio/gradio-caikit-rag-redis/requirements.txt b/examples/ui/gradio/gradio-caikit-rag-redis/requirements.txt index 245aca6..7594d65 100644 --- a/examples/ui/gradio/gradio-caikit-rag-redis/requirements.txt +++ b/examples/ui/gradio/gradio-caikit-rag-redis/requirements.txt @@ -88,7 +88,7 @@ toolz==0.12.0; python_version >= '3.5' torch==2.0.1+cu118 torchvision==0.15.2+cu118 tqdm==4.66.1; python_version >= '3.7' -transformers==4.34.0; python_full_version >= '3.8.0' +transformers==4.50.0; python_full_version >= '3.8.0' triton==2.0.0; platform_system == 'Linux' and platform_machine == 'x86_64' typing-extensions==4.8.0; python_version >= '3.8' typing-inspect==0.9.0