Skip to content
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
3 changes: 0 additions & 3 deletions .jenkins/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ if [[ "${JOB_TYPE}" == "worker" ]]; then
# TODO: Fix bugs in these tutorials to make them runnable again
# python $DIR/remove_runnable_code.py beginner_source/audio_classifier_tutorial.py beginner_source/audio_classifier_tutorial.py || true

# Remove runnable code from tensorboard_profiler_tutorial.py as it frequently crashes, see https://github.com/pytorch/pytorch/issues/74139
# python $DIR/remove_runnable_code.py intermediate_source/tensorboard_profiler_tutorial.py intermediate_source/tensorboard_profiler_tutorial.py || true

# Step 2: Keep certain tutorials based on file count, and remove runnable code in all other tutorials
# IMPORTANT NOTE: We assume that each tutorial has a UNIQUE filename.
FILES_TO_RUN=$(python .jenkins/get_files_to_run.py)
Expand Down
1 change: 0 additions & 1 deletion .jenkins/validate_tutorials_built.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"recipes_source/recipes/timer_quick_start",
"recipes_source/recipes/amp_recipe",
"recipes_source/recipes/Captum_Recipe",
"intermediate_source/tensorboard_profiler_tutorial", # reenable after 2.0 release.
"advanced_source/semi_structured_sparse", # reenable after 3303 is fixed.
"intermediate_source/torchrec_intro_tutorial.py", #failing with 2.8 reenable after 3498
"beginner_source/mosaic_memory_profiling_tutorial.py", # failing with 2.11 issue #3774
Expand Down
1 change: 0 additions & 1 deletion .lintrunner.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ exclude_patterns = [
"intermediate_source/per_sample_grads.py",
"intermediate_source/pruning_tutorial.py",
"intermediate_source/reinforcement_q_learning.py",
"intermediate_source/tensorboard_profiler_tutorial.py",
"intermediate_source/torch_compile_tutorial.py",
"intermediate_source/transformer_building_blocks.py",
"unstable_source/README.md",
Expand Down
Binary file removed _static/img/profiler_callstack.png
Binary file not shown.
Binary file removed _static/img/profiler_distributed_view.png
Binary file not shown.
Binary file removed _static/img/profiler_kernel_view.png
Binary file not shown.
Binary file removed _static/img/profiler_memory_curve_selecting.png
Binary file not shown.
Binary file removed _static/img/profiler_memory_curve_single.png
Binary file not shown.
Binary file removed _static/img/profiler_memory_view.png
Binary file not shown.
Binary file removed _static/img/profiler_operator_view.png
Binary file not shown.
Binary file removed _static/img/profiler_overview1.png
Binary file not shown.
Binary file removed _static/img/profiler_overview2.png
Binary file not shown.
Binary file removed _static/img/profiler_rocm_chrome_trace_view.png
Binary file not shown.
Binary file not shown.
Binary file removed _static/img/profiler_trace_view1.png
Binary file not shown.
Binary file removed _static/img/profiler_trace_view2.png
Binary file not shown.
Binary file removed _static/img/profiler_trace_view_fwd_bwd.png
Binary file not shown.
Binary file removed _static/img/profiler_views_list.png
Binary file not shown.
Binary file removed _static/img/profiler_vscode.png
Binary file not shown.
8 changes: 0 additions & 8 deletions ecosystem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,6 @@ to production deployment.
:link: intermediate/ax_multiobjective_nas_tutorial.html
:tags: Model-Optimization,Best-Practice,Ax,TorchX,Ecosystem

.. customcarditem::
:header: Performance Profiling in TensorBoard
:card_description: Learn how to use the TensorBoard plugin to profile and analyze your model's performance.
:image: _static/img/thumbnails/cropped/profiler.png
:link: intermediate/tensorboard_profiler_tutorial.html
:tags: Model-Optimization,Best-Practice,Profiling,TensorBoard,Ecosystem

.. customcarditem::
:header: Real Time Inference on Raspberry Pi 4
:card_description: This tutorial covers how to run quantized and fused models on a Raspberry Pi 4 at 30 fps.
Expand Down Expand Up @@ -88,7 +81,6 @@ to production deployment.
beginner/hyperparameter_tuning_tutorial
beginner/serving_tutorial
intermediate/ax_multiobjective_nas_tutorial
intermediate/tensorboard_profiler_tutorial
intermediate/realtime_rpi
beginner/mosaic_memory_profiling_tutorial
beginner/distributed_training_with_ray_tutorial
7 changes: 0 additions & 7 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -507,13 +507,6 @@ Welcome to PyTorch Tutorials
:link: beginner/profiler.html
:tags: Model-Optimization,Best-Practice,Profiling

.. customcarditem::
:header: Performance Profiling in TensorBoard
:card_description: Learn how to use the TensorBoard plugin to profile and analyze your model's performance.
:image: _static/img/thumbnails/cropped/profiler.png
:link: intermediate/tensorboard_profiler_tutorial.html
:tags: Model-Optimization,Best-Practice,Profiling,TensorBoard

.. customcarditem::
:header: Hyperparameter Tuning Tutorial
:card_description: Learn how to use Ray Tune to find the best performing set of hyperparameters for your model.
Expand Down
Loading
Loading