Skip to content

Commit 3eb5529

Browse files
authored
Add transformers to align onnxruntime-extensions=1.14.0 (#2147)
Signed-off-by: Sun, Xuehao <xuehao.sun@intel.com>
1 parent df1258d commit 3eb5529

File tree

1 file changed

+2
-1
lines changed
  • examples/onnxrt/image_recognition/onnx_model_zoo/resnet50/quantization/ptq_static

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ onnx
22
onnxruntime
33
torch
44
torchvision
5-
onnxruntime-extensions; python_version < '3.11'
5+
onnxruntime-extensions>=1.14.0; python_version < '3.11'
66
pillow>=8.2.0 # not directly required, pinned by Snyk to avoid a vulnerability
7+
transformers; python_version < '3.11'

0 commit comments

Comments
 (0)