From ae6cca1d50d22a72512d157a119a594f902ba66c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 15:12:27 +0000 Subject: [PATCH] chore(deps): bump transformers Bumps the pip group with 1 update in the /data-science-track/04-model-optimisation/lora directory: [transformers](https://github.com/huggingface/transformers). Updates `transformers` from 4.38.0 to 5.0.0rc3 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.38.0...v5.0.0rc3) --- updated-dependencies: - dependency-name: transformers dependency-version: 5.0.0rc3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- data-science-track/04-model-optimisation/lora/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-science-track/04-model-optimisation/lora/requirements.txt b/data-science-track/04-model-optimisation/lora/requirements.txt index 4ccf2bb..45b2a23 100644 --- a/data-science-track/04-model-optimisation/lora/requirements.txt +++ b/data-science-track/04-model-optimisation/lora/requirements.txt @@ -61,7 +61,7 @@ threadpoolctl==3.6.0 tokenizers==0.15.2 torch==2.6.0 tqdm==4.67.1 -transformers==4.38.0 +transformers==5.0.0rc3 triton==3.2.0 typing_extensions==4.13.2 tzdata==2025.2