Skip to content

Commit 1d139df

Browse files
committed
fix
1 parent 8de38e2 commit 1d139df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_doc/examples/plot_dump_intermediate_results.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
the only way is to compare intermediate outputs alon the computation.
1313
The first step into that direction is to dump the intermediate results
1414
coming from :epkg:`pytorch`.
15-
We use :func:`onnx_diagnostic.helpers.torch_helper import steal_forward` for that.
15+
We use :func:`onnx_diagnostic.helpers.torch_helper.steal_forward` for that.
1616
1717
A simple LLM Model
1818
++++++++++++++++++

0 commit comments

Comments
 (0)