From 86df8852d77ad371f870c78faef0182cf101bf4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 15:33:11 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 4 updates Bumps the pip group with 4 updates in the /train directory: [torch](https://github.com/pytorch/pytorch), [tqdm](https://github.com/tqdm/tqdm), [transformers](https://github.com/huggingface/transformers) and [deepspeed](https://github.com/deepspeedai/DeepSpeed). Updates `torch` from 1.13.0 to 2.8.0 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v1.13.0...v2.8.0) Updates `tqdm` from 4.65.0 to 4.66.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.65.0...v4.66.3) Updates `transformers` from 4.28.1 to 4.53.0 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.28.1...v4.53.0) Updates `deepspeed` from 0.9.0 to 0.15.1 - [Release notes](https://github.com/deepspeedai/DeepSpeed/releases) - [Commits](https://github.com/deepspeedai/DeepSpeed/compare/v0.9.0...v0.15.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production dependency-group: pip - dependency-name: tqdm dependency-version: 4.66.3 dependency-type: direct:production dependency-group: pip - dependency-name: transformers dependency-version: 4.53.0 dependency-type: direct:production dependency-group: pip - dependency-name: deepspeed dependency-version: 0.15.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- train/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/train/requirements.txt b/train/requirements.txt index c5260b92..1c01abf8 100644 --- a/train/requirements.txt +++ b/train/requirements.txt @@ -3,8 +3,8 @@ bitsandbytes==0.37.1 datasets==2.10.1 fire==0.5.0 huggingface_hub==0.13.1 -torch==1.13.0 -tqdm==4.65.0 -transformers==4.28.1 -deepspeed==0.9.0 +torch==2.8.0 +tqdm==4.66.3 +transformers==4.53.0 +deepspeed==0.15.1 gradio \ No newline at end of file