Skip to content

Commit 5e32739

Browse files
authored
Update broken link in PyTorchCustomOperator/README.md (#238)
Signed-off-by: IceTDrinker <[email protected]>
1 parent 15da35e commit 5e32739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyTorchCustomOperator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,5 +232,5 @@ Now that you have registered your operator, you should be able to run your model
232232
### References:
233233
1- [Extending TorchScript with Custom C++ Operators](https://pytorch.org/tutorials/advanced/torch_script_custom_ops.html)
234234

235-
2- [ONNX Runtime: Adding a New Op](https://github.com/microsoft/onnxruntime/blob/master/docs/AddingCustomOp.md)
235+
2- [ONNX Runtime: Adding a New Op](https://www.onnxruntime.ai/docs/how-to/add-custom-op.html)
236236

0 commit comments

Comments
 (0)