We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 454d47b commit cd831b6Copy full SHA for cd831b6
optimum/commands/export/onnx.py
@@ -286,8 +286,6 @@ def parse_args(parser: ArgumentParser):
286
def run(self):
287
from optimum.exporters.onnx import main_export
288
289
- print("Hello from optimum-onnx/onnx.py")
290
-
291
# Get the shapes to be used to generate dummy inputs
292
input_shapes = {}
293
for input_name in DEFAULT_DUMMY_SHAPES:
0 commit comments