mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-19 19:00:47 +00:00
Add new python helper dirs to wheel. (#11196)
This commit is contained in:
parent
7c230dbc10
commit
e92e751151
1 changed files with 2 additions and 0 deletions
2
setup.py
2
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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue