Skip to content

Commit a5f55a1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/onnx/onnx_registry_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ def custom_addandround(input_x):
394394
#
395395
# To link your custom op library to ONNX Runtime, you need to
396396
# compile your cpp code into a shared library, and link it to ONNX Runtime.
397-
# Please follow the instructions below:
397+
# Follow the instructions below:
398398
#
399399
# 1. Implement your custom op in C++ by following
400400
# `ONNX Runtime instructions <`https://github.com/microsoft/onnxruntime/blob/gh-pages/docs/reference/operators/add-custom-op.md>`__.

0 commit comments

Comments
 (0)