Skip to content

Commit d57eed9

Browse files
authored
Merge branch 'master' into mengni/mxnet
2 parents 290f167 + 3eb5529 commit d57eed9

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)