Skip to content

Commit 6844a7c

Browse files
committed
validate
1 parent 2108a19 commit 6844a7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_doc/cmds/validate.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ Let's export with ONNX this time and checks for discrepancies.
100100
python -m onnx_diagnostic validate -m arnir0/Tiny-LLM --run -v 1 --export onnx-dynamo -o dump_models --patch --opt ir
101101
102102
.. runpython::
103+
:process:
103104

104105
from onnx_diagnostic._command_lines_parser import main
105106

@@ -117,6 +118,7 @@ of function :func:`onnx_diagnostic.torch_models.validate.run_ort_fusion`.
117118
python -m onnx_diagnostic validate -m arnir0/Tiny-LLM --run -v 1 --export onnx-dynamo -o dump_models --patch --opt ir --ortfusiontype ALL
118119
119120
.. runpython::
121+
:process:
120122

121123
from onnx_diagnostic._command_lines_parser import main
122124

0 commit comments

Comments
 (0)