Skip to content

Commit 17cb96c

Browse files
Bump transformers from 4.38.0 to 4.48.0 in /llm_on_ray/pretrain (#284)
Bumps [transformers](https://github.com/huggingface/transformers) from 4.38.0 to 4.48.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v4.38.0...v4.48.0) --- updated-dependencies: - dependency-name: transformers dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8ca5e24 commit 17cb96c

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.38.0
5+
transformers==4.48.0
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==2.2.0
7-
transformers==4.38.0
7+
transformers==4.48.0
88
typing==3.7.4.3
99
tabulate
1010
ray[tune]

0 commit comments

Comments
 (0)