Skip to content

Commit 9e7a8a6

Browse files
Bump transformers from 4.21.1 to 4.53.0
Bumps [transformers](https://github.com/huggingface/transformers) from 4.21.1 to 4.53.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v4.21.1...v4.53.0) --- updated-dependencies: - dependency-name: transformers dependency-version: 4.53.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8b29e86 commit 9e7a8a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dependencies = [
6666
"torch==2.5.1",
6767
"torchvision==0.20.1",
6868
"tqdm==4.66.5",
69-
"transformers==4.21.1",
69+
"transformers==4.53.0",
7070
"vector-quantize-pytorch==1.20.11",
7171
"wandb==0.13.1",
7272
]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ timm==1.0.8
3131
torch==2.5.1
3232
torchvision==0.20.1
3333
tqdm==4.66.5
34-
transformers==4.21.1
34+
transformers==4.53.0
3535
vector-quantize-pytorch==1.20.11
3636
wandb==0.13.1

0 commit comments

Comments
 (0)