[ONNX] Delete deprecated tutorial page link (#157310)

Related to https://github.com/pytorch/tutorials/issues/3420

Pull Request resolved: https://github.com/pytorch/pytorch/pull/157310
Approved by: https://github.com/justinchuby
This commit is contained in:
Ti-Tai Wang
2025-07-01 01:18:21 +00:00
committed by PyTorch MergeBot
parent 6dc2b22269
commit c174f3a6a5

View File

@ -102,8 +102,6 @@ load and run the model::
)
print(outputs[0])
Here is a more involved `tutorial on exporting a model and running it with ONNX Runtime <https://pytorch.org/tutorials/advanced/super_resolution_with_onnxruntime.html>`_.
.. _tracing-vs-scripting:
Tracing vs Scripting