-
Notifications
You must be signed in to change notification settings - Fork 264
Bump transformers 4.53.0 #3618
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
AlexanderDokuchaev
merged 20 commits into
openvinotoolkit:develop
from
AlexanderDokuchaev:ad/transformers_453
Oct 29, 2025
Merged
Bump transformers 4.53.0 #3618
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
4eae308
transformers==4.53.3
AlexanderDokuchaev 94b63cc
optimum
AlexanderDokuchaev 3a68e95
Merge branch 'develop' into ad/transformers_453
AlexanderDokuchaev d7501e9
optimum
AlexanderDokuchaev e5c8b37
test
AlexanderDokuchaev 26c30dd
4530
AlexanderDokuchaev 4086142
ref
AlexanderDokuchaev ef75fd5
optimum
AlexanderDokuchaev 12cfe57
onnx examples
AlexanderDokuchaev 2484388
WA for optimum-intel
AlexanderDokuchaev 1e713dc
r
AlexanderDokuchaev d01fe9c
yolo
AlexanderDokuchaev 9ff41e1
nightly
AlexanderDokuchaev c596326
290
AlexanderDokuchaev 65c8cda
yolo torch280
AlexanderDokuchaev 2aefc81
f
AlexanderDokuchaev 7259334
revert changes for yolo
AlexanderDokuchaev 3a5a1ed
fix versions
AlexanderDokuchaev 76e9ee0
Merge branch 'develop' into ad/transformers_453
AlexanderDokuchaev bc6215a
constraints
AlexanderDokuchaev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,8 @@ | ||
| transformers==4.52.1 | ||
| transformers==4.53.0 | ||
| openvino==2025.3.0 | ||
| optimum-intel[openvino] | ||
| git+https://github.com/onnx/onnx.git@c25eebcf51b781dbfcc75a9c8bdf5dd1781367fe # onnx-1.19.0.dev | ||
| optimum-intel[openvino]==1.26.0 | ||
| optimum-onnx==0.0.3 | ||
| optimum==2.0.0 | ||
| onnx==1.19.1 | ||
| onnxruntime==1.21.1 | ||
| torch==2.8.0 | ||
| torch==2.9.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 5 additions & 3 deletions
8
examples/llm_compression/onnx/tiny_llama_scale_estimation/requirements.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,9 @@ | ||
| torch==2.8.0 | ||
| transformers==4.52.1 | ||
| torch==2.9.0 | ||
| transformers==4.53.0 | ||
| openvino==2025.3.0 | ||
| optimum-intel[openvino] | ||
| optimum-intel[openvino]==1.26.0 | ||
| optimum-onnx==0.0.3 | ||
| optimum==2.0.0 | ||
| onnx==1.17.0 | ||
| onnxruntime==1.21.1 | ||
| datasets==2.14.7 |
10 changes: 6 additions & 4 deletions
10
examples/llm_compression/openvino/smollm2_360m_codebook/requirements.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,8 @@ | ||
| openvino==2025.3.0 | ||
| optimum-intel[openvino]>=1.22.0 | ||
| transformers==4.52.1 | ||
| optimum-intel[openvino]==1.26.0 | ||
| optimum-onnx==0.0.3 | ||
| optimum==2.0.0 | ||
| transformers==4.53.0 | ||
| onnx==1.17.0 | ||
| torch==2.8.0 | ||
| torchvision==0.23.0 | ||
| torch==2.9.0 | ||
| torchvision==0.24.0 | ||
10 changes: 6 additions & 4 deletions
10
examples/llm_compression/openvino/smollm2_360m_fp8/requirements.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,8 @@ | ||
| datasets | ||
| datasets==4.3.0 | ||
| openvino==2025.3.0 | ||
| optimum-intel[openvino]>=1.22.0 | ||
| transformers==4.52.1 | ||
| optimum-intel[openvino]==1.26.0 | ||
| optimum-onnx==0.0.3 | ||
| optimum==2.0.0 | ||
| transformers==4.53.0 | ||
| onnx==1.17.0 | ||
| torch==2.8.0 | ||
| torch==2.9.0 |
10 changes: 6 additions & 4 deletions
10
examples/llm_compression/openvino/tiny_llama/requirements.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,8 @@ | ||
| transformers==4.52.1 | ||
| datasets==2.14.7 | ||
| openvino==2025.3.0 | ||
| optimum-intel[openvino]>=1.22.0 | ||
| onnx==1.17.0 | ||
| torch==2.8.0 | ||
| openvino==2025.3.0 | ||
| optimum-intel[openvino]==1.26.0 | ||
| optimum-onnx==0.0.3 | ||
| optimum==2.0.0 | ||
| torch==2.9.0 | ||
| transformers==4.53.0 |
6 changes: 4 additions & 2 deletions
6
examples/llm_compression/openvino/tiny_llama_find_hyperparams/requirements.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,9 @@ | ||
| whowhatbench @ git+https://github.com/openvinotoolkit/[email protected]#subdirectory=tools/who_what_benchmark | ||
| numpy==1.26.4 | ||
| openvino==2025.3.0 | ||
| optimum-intel==1.24.0 | ||
| transformers==4.52.1 | ||
| optimum-intel==1.26.0 | ||
nikita-savelyevv marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| optimum-onnx==0.0.3 | ||
| optimum==2.0.0 | ||
| transformers==4.53.0 | ||
| onnx==1.17.0 | ||
| torch==2.9.0 | ||
8 changes: 5 additions & 3 deletions
8
examples/llm_compression/openvino/tiny_llama_synthetic_data/requirements.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,9 @@ | ||
| torch==2.8.0 | ||
| torch==2.9.0 | ||
| datasets==3.0.1 | ||
| numpy>=1.23.5,<2 | ||
| openvino==2025.3.0 | ||
| optimum-intel>=1.22.0 | ||
| transformers==4.52.1 | ||
| optimum-intel==1.26.0 | ||
| optimum-onnx==0.0.3 | ||
| optimum==2.0.0 | ||
| transformers==4.53.0 | ||
| onnx==1.17.0 |
8 changes: 5 additions & 3 deletions
8
examples/llm_compression/torch/distillation_qat_with_lora/requirements.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,9 @@ | ||
| tensorboard==2.13.0 | ||
| torch==2.8.0 | ||
| torch==2.9.0 | ||
| numpy>=1.23.5,<2 | ||
| openvino==2025.3.0 | ||
| optimum-intel>=1.22.0 | ||
| transformers==4.52.1 | ||
| optimum-intel==1.26.0 | ||
| optimum-onnx==0.0.3 | ||
| optimum==2.0.0 | ||
| transformers==4.53.0 | ||
| lm_eval==0.4.8 |
8 changes: 5 additions & 3 deletions
8
examples/llm_compression/torch/downstream_qat_with_nls/requirements.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,9 @@ | ||
| tensorboard==2.13.0 | ||
| torch==2.8.0 | ||
| torch==2.9.0 | ||
| numpy>=1.23.5,<2 | ||
| openvino==2025.3.0 | ||
| optimum-intel>=1.22.0 | ||
| transformers==4.52.1 | ||
| optimum-intel==1.26.0 | ||
| optimum-onnx==0.0.3 | ||
| optimum==2.0.0 | ||
| transformers==4.53.0 | ||
| lm_eval==0.4.8 |
4 changes: 2 additions & 2 deletions
4
examples/llm_compression/torch_fx/tiny_llama/requirements.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| transformers==4.52.1 | ||
| transformers==4.53.0 | ||
| datasets==2.14.7 | ||
| openvino==2025.3.0 | ||
| optimum==1.24.0 | ||
| optimum==2.0.0 | ||
| torch==2.9.0 | ||
| torchvision==0.24.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,14 +10,15 @@ pytest-split | |
|
|
||
| librosa==0.10.0 | ||
| memory-profiler==0.61.0 | ||
| optimum-intel==1.24.0 | ||
| optimum==1.26.0 | ||
| optimum-intel==1.26.0 | ||
| optimum-onnx==0.0.3 | ||
| optimum==2.0.0 | ||
| scikit-learn>=1.2.2,<=1.5.0 | ||
| soundfile==0.12.1 | ||
| tensorboard==2.13.0 | ||
| tensorflow-io==0.32.0 | ||
| timm==0.9.2 | ||
| accelerate==1.9.0 | ||
| transformers==4.52.1 | ||
| transformers==4.53.0 | ||
| whowhatbench @ git+https://github.com/openvinotoolkit/[email protected]#subdirectory=tools/who_what_benchmark | ||
| datasets==3.6.0 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
82 changes: 41 additions & 41 deletions
82
tests/torch/data/reference_graphs/pruning_groups/Wave2Vec_2.0.dot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.