Skip to content

[ONNX] Delete deprecated TS related contents #3425

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .jenkins/validate_tutorials_built.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"intermediate_source/mnist_train_nas", # used by ax_multiobjective_nas_tutorial.py
"intermediate_source/fx_conv_bn_fuser",
"intermediate_source/_torch_export_nightly_tutorial", # does not work on release
"advanced_source/super_resolution_with_onnxruntime",
"advanced_source/usb_semisup_learn", # fails with CUDA OOM error, should try on a different worker
"prototype_source/fx_graph_mode_ptq_dynamic",
"prototype_source/vmap_recipe",
Expand Down
Binary file removed _static/img/cat_224x224.jpg
Binary file not shown.
Binary file removed _static/img/cat_resized.jpg
Binary file not shown.
Binary file removed _static/img/cat_superres_with_ort.jpg
Binary file not shown.
Binary file not shown.
8 changes: 2 additions & 6 deletions advanced_source/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ Advanced Tutorials
Creating Extensions Using numpy and scipy
https://pytorch.org/tutorials/advanced/numpy_extensions_tutorial.html

3. c_extension.rst
3. cpp_extension.rst
Custom C Extensions for PyTorch
https://pytorch.org/tutorials/advanced/c_extension.html

4. super_resolution_with_onnxruntime.py
Exporting a Model from PyTorch to ONNX and Running it using ONNXRuntime
https://pytorch.org/tutorials/advanced/super_resolution_with_onnxruntime.html
https://docs.pytorch.org/tutorials/advanced/cpp_extension.html
356 changes: 0 additions & 356 deletions advanced_source/super_resolution_with_onnxruntime.py

This file was deleted.

Loading