From 8a14a962e207d68a82b092984850500dbbedc260 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 18:57:35 +0000 Subject: [PATCH] chore(deps): bump transformers from 4.44.2 to 4.48.0 in /examples/dynamo Bumps [transformers](https://github.com/huggingface/transformers) from 4.44.2 to 4.48.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.44.2...v4.48.0) --- updated-dependencies: - dependency-name: transformers 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 196fd6c762..f93b50b0bb 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.44.2 +transformers==4.48.0 matplotlib pandas huggingface_hub