Skip to content

Commit 8cbeb0a

Browse files
authored
Bump transformers to 4.55.2 (#2265)
Signed-off-by: Sun, Xuehao <xuehao.sun@intel.com>
1 parent defbf51 commit 8cbeb0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/onnxrt/image_recognition/onnx_model_zoo/resnet50/quantization/ptq_static/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ torch
44
torchvision
55
onnxruntime-extensions>=1.14.0; python_version < '3.11'
66
pillow<=11.1.0 # not directly required, pinned by Snyk to avoid a vulnerability
7-
transformers<=4.52.1; python_version < '3.11'
7+
transformers<=4.55.2; python_version < '3.11'

test/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ tf2onnx<=1.16.1
1616
tf_slim<=1.1.0
1717
torch
1818
torchvision
19-
transformers<=4.52.1
19+
transformers<=4.55.2
2020
xgboost<=2.1.4

0 commit comments

Comments
 (0)