From 3c06b0ce50edc1a5ec545912914173830b17039c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 17:37:18 +0000 Subject: [PATCH] chore(deps): bump transformers from 4.48.0 to 4.50.0 in /examples/dynamo Bumps [transformers](https://github.com/huggingface/transformers) from 4.48.0 to 4.50.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.48.0...v4.50.0) --- updated-dependencies: - dependency-name: transformers dependency-version: 4.50.0 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 f90c80aa8a..3d0f94bf28 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.48.0 +transformers==4.50.0 matplotlib pandas huggingface_hub