Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 870116e

Browse files
committedMar 21, 2025·
Update requirements for onnxruntime-extensions and transformers compatibility
Signed-off-by: Sun, Xuehao <xuehao.sun@intel.com>
1 parent d4f7564 commit 870116e

File tree

1 file changed

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

1 file changed

+2
-2
lines changed
 

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +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
7+
transformers; python_version < '3.11'

0 commit comments

Comments
 (0)
Please sign in to comment.