Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Commit 703ab6f

Browse files
Bump transformers from 4.50.0 to 4.52.1 in /llm_on_ray/pretrain
Bumps [transformers](https://github.com/huggingface/transformers) from 4.50.0 to 4.52.1. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v4.50.0...v4.52.1) --- updated-dependencies: - dependency-name: transformers dependency-version: 4.52.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 94080a4 commit 703ab6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llm_on_ray/pretrain/requirements.optimum-habana.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ accelerate==0.21.0
22
datasets==2.12.0
33
numpy==1.24.4
44
https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-3.0.0.dev0-cp38-cp38-manylinux2014_x86_64.whl
5-
transformers==4.50.0
5+
transformers==4.52.1
66
typing==3.7.4.3
77
tabulate
88
ray[tune]

llm_on_ray/pretrain/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ numpy==1.24.4
44
https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-3.0.0.dev0-cp38-cp38-manylinux2014_x86_64.whl
55
torchvision==0.14.1
66
torch
7-
transformers==4.50.0
7+
transformers==4.52.1
88
typing==3.7.4.3
99
tabulate
1010
ray[tune]

0 commit comments

Comments
 (0)