From bf905b54c0ec42c9259f086f8f234daa26cbea81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 18:58:41 +0000 Subject: [PATCH] Bump transformers from 4.48.0 to 4.53.0 in /examples/training/mixtral Bumps [transformers](https://github.com/huggingface/transformers) from 4.48.0 to 4.53.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.48.0...v4.53.0) --- updated-dependencies: - dependency-name: transformers dependency-version: 4.53.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/training/mixtral/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/training/mixtral/requirements.txt b/examples/training/mixtral/requirements.txt index b2b73ad..1ecbf2a 100644 --- a/examples/training/mixtral/requirements.txt +++ b/examples/training/mixtral/requirements.txt @@ -1,4 +1,4 @@ -transformers==4.48.0 +transformers==4.53.0 pytorch-lightning==2.4.0 lightning==2.4.0 regex