From 2fc19cd062ba4717a8d95b972a6fb87559810247 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 06:09:47 +0000 Subject: [PATCH] chore(deps): bump transformers in /examples/dynamo Bumps [transformers](https://github.com/huggingface/transformers) from 4.53.1 to 5.0.0rc3. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.53.1...v5.0.0rc3) --- updated-dependencies: - dependency-name: transformers dependency-version: 5.0.0rc3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/dynamo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/dynamo/requirements.txt b/examples/dynamo/requirements.txt index 780d2c6c48..887139f48b 100644 --- a/examples/dynamo/requirements.txt +++ b/examples/dynamo/requirements.txt @@ -1,7 +1,7 @@ cupy==13.1.0 triton==2.3.0 diffusers==0.30.3 -transformers==4.53.1 +transformers==5.0.0rc3 matplotlib pandas huggingface_hub