Skip to content

Commit c87ef68

Browse files
committed
doc
1 parent f9b7737 commit c87ef68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

onnx_diagnostic/torch_models/test_helper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,8 @@ def validate_model(
328328
329329
The following exporters are available:
330330
331-
* ``export-nostrict``: run :func:`torch.export.export`(..., strict=False)
332-
* ``onnx-dynamo``: run :func:`torch.onnx.export`(..., dynamo=True),
331+
* ``export-nostrict``: run :func:`torch.export.export` (..., strict=False)
332+
* ``onnx-dynamo``: run :func:`torch.onnx.export` (..., dynamo=True),
333333
models can be optimized with ``optimization`` in ``("ir", "os_ort")``
334334
* ``modelbuilder``: use :epkg:`ModelBuilder` to builds the onnx model
335335
* ``custom``: custom exporter (see :epkg:`experimental-experiment`),

0 commit comments

Comments
 (0)