Skip to content

Commit c1cd7ab

Browse files
titaiwangmssekyondaMetasvekars
authored
[ONNX] Delete deprecated TS related contents (#3425)
* Delete deprecated TS related contents in ONNX tutorials * add redirects.py Cpp extension link update --------- Co-authored-by: sekyondaMeta <[email protected]> Co-authored-by: Svetlana Karslioglu <[email protected]>
1 parent 8de775a commit c1cd7ab

11 files changed

+8
-392
lines changed

.jenkins/validate_tutorials_built.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"intermediate_source/mnist_train_nas", # used by ax_multiobjective_nas_tutorial.py
2626
"intermediate_source/fx_conv_bn_fuser",
2727
"intermediate_source/_torch_export_nightly_tutorial", # does not work on release
28-
"advanced_source/super_resolution_with_onnxruntime",
2928
"advanced_source/usb_semisup_learn", # fails with CUDA OOM error, should try on a different worker
3029
"prototype_source/fx_graph_mode_ptq_dynamic",
3130
"prototype_source/vmap_recipe",

_static/img/cat_224x224.jpg

-10 KB
Binary file not shown.

_static/img/cat_resized.jpg

-39.2 KB
Binary file not shown.

_static/img/cat_superres_with_ort.jpg

-49.5 KB
Binary file not shown.

advanced_source/README.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ Advanced Tutorials
99
Creating Extensions Using numpy and scipy
1010
https://pytorch.org/tutorials/advanced/numpy_extensions_tutorial.html
1111

12-
3. c_extension.rst
12+
3. cpp_extension.rst
1313
Custom C Extensions for PyTorch
14-
https://pytorch.org/tutorials/advanced/c_extension.html
15-
16-
4. super_resolution_with_onnxruntime.py
17-
Exporting a Model from PyTorch to ONNX and Running it using ONNXRuntime
18-
https://pytorch.org/tutorials/advanced/super_resolution_with_onnxruntime.html
14+
https://docs.pytorch.org/tutorials/advanced/cpp_extension.html

advanced_source/super_resolution_with_onnxruntime.py

Lines changed: 0 additions & 356 deletions
This file was deleted.

0 commit comments

Comments
 (0)