Skip to content

Commit 0595326

Browse files
committed
documentation
1 parent f56929f commit 0595326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnx_diagnostic/export/validate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def validate_ep(
123123
:param args: positional arguments
124124
:param kwargs: named arguments
125125
:param copy: copy the inputs before executing the model (they may modify them inplace)
126-
:param dynamic_shapes: dynamic shapes, string should be used not :class:`torch.export.Dim`
126+
:param dynamic_shapes: dynamic shapes, string should be used not ``torch.export.Dim``
127127
:param values_to_try: dictionary with the values to try for every dynamic dimension
128128
:param exc: raise exception if discrepancies are too high
129129
:param verbose: verbosity level

0 commit comments

Comments
 (0)