Skip to content

Commit 35238bc

Browse files
committed
fix
1 parent 826a656 commit 35238bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

beginner_source/onnx/onnx_registry_tutorial.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def custom_aten_add(self, other, alpha: float = 1.0):
142142
# Using custom ONNX operators
143143
# ---------------------------
144144
#
145-
# In this case, the user creates a model with standard PyTorch operators, but the runtime
145+
# In this case, we create a model with standard PyTorch operators, but the runtime
146146
# (e.g. Microsoft's ONNX Runtime) can provide a custom implementation for that kernel, effectively replacing the
147147
# existing implementation.
148148
#
@@ -351,4 +351,3 @@ def onnx_add_and_round(input):
351351
#
352352
# .. toctree::
353353
# :hidden:
354-
#

0 commit comments

Comments
 (0)