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 2108a19 commit 6844a7cCopy full SHA for 6844a7c
_doc/cmds/validate.rst
@@ -100,6 +100,7 @@ Let's export with ONNX this time and checks for discrepancies.
100
python -m onnx_diagnostic validate -m arnir0/Tiny-LLM --run -v 1 --export onnx-dynamo -o dump_models --patch --opt ir
101
102
.. runpython::
103
+ :process:
104
105
from onnx_diagnostic._command_lines_parser import main
106
@@ -117,6 +118,7 @@ of function :func:`onnx_diagnostic.torch_models.validate.run_ort_fusion`.
117
118
python -m onnx_diagnostic validate -m arnir0/Tiny-LLM --run -v 1 --export onnx-dynamo -o dump_models --patch --opt ir --ortfusiontype ALL
119
120
121
122
123
124
0 commit comments