Skip to content

Commit 1687503

Browse files
authored
Merge branch 'main' into migrate-to-new-theme
2 parents 7c45ceb + c1cd7ab commit 1687503

16 files changed

+178
-731
lines changed

.ci/docker/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ pycocotools
7777
semilearn==0.3.2
7878
torchao==0.10.0
7979
segment_anything==1.0
80-
torchrec==1.1.0; platform_system == "Linux"
80+
torchrec==1.2.0; platform_system == "Linux"
8181
fbgemm-gpu==1.2.0; platform_system == "Linux"

.jenkins/validate_tutorials_built.py

Lines changed: 0 additions & 2 deletions
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",
@@ -51,7 +50,6 @@
5150
"intermediate_source/text_to_speech_with_torchaudio",
5251
"intermediate_source/tensorboard_profiler_tutorial", # reenable after 2.0 release.
5352
"advanced_source/semi_structured_sparse", # reenable after 3303 is fixed.
54-
"intermediate_source/torchrec_intro_tutorial", # reenable after 3302 is fixe
5553
]
5654

5755
def tutorial_source_dirs() -> List[Path]:

_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)