Skip to content

Commit cb2ba30

Browse files
titaiwangmssvekars
andauthored
Update beginner_source/onnx/onnx_registry_tutorial.py
Co-authored-by: Svetlana Karslioglu <svekars@meta.com>
1 parent 2807dc2 commit cb2ba30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

beginner_source/onnx/onnx_registry_tutorial.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@
5858
# ``RuntimeErrorWithDiagnostic: Unsupported FX nodes: {'call_function': ['aten.add.Tensor']}. ``
5959
#
6060
# To support unsupported ATen operators, we need two things:
61-
# 1. The unsupported ATen operator namespace, operator name, and the
62-
# corresponding overload. (e.g. <namespace>::<op_name>.<overload> - aten::add.Tensor),
61+
# * The unsupported ATen operator namespace, operator name, and the
62+
# corresponding overload (for example ``<namespace>::<op_name>.<overload> - aten::add.Tensor``),
6363
# which can be found in the error message.
64-
# 2. The implementation of the operator in `onnxscript <https://github.com/microsoft/onnxscript>`__.
64+
# * The implementation of the operator in `ONNX Script <https://github.com/microsoft/onnxscript>`__.
6565
#
6666

6767

0 commit comments

Comments
 (0)