From e92e751151d939b85aca4da82e4b807171e46fb4 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 744ccd7031..eb020cc90b 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',