From 3b3b23bcf99486c1cfbe2f6afc495aaccb37a096 Mon Sep 17 00:00:00 2001 From: Scott McKay Date: Wed, 13 Apr 2022 13:34:07 +1000 Subject: [PATCH] Add new python helper dirs to wheel. (#11196) --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 62086b1419..a9749a9317 100644 --- a/setup.py +++ b/setup.py @@ -312,9 +312,11 @@ packages = [ 'onnxruntime.capi.training', 'onnxruntime.datasets', 'onnxruntime.tools', + 'onnxruntime.tools.mobile_helpers', 'onnxruntime.tools.ort_format_model', 'onnxruntime.tools.ort_format_model.ort_flatbuffers_py', 'onnxruntime.tools.ort_format_model.ort_flatbuffers_py.fbs', + 'onnxruntime.tools.qdq_helpers', 'onnxruntime.quantization', 'onnxruntime.quantization.operators', 'onnxruntime.quantization.CalTableFlatBuffers',