Skip to content

Commit

Permalink
Fix invalid page links in tutorial (#3205)
Browse files Browse the repository at this point in the history
Co-authored-by: Alanna Burke <burkealanna@meta.com>
Co-authored-by: Svetlana Karslioglu <svekars@meta.com>
  • Loading branch information
3 people authored Jan 6, 2025
1 parent 20c3111 commit 46943d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions intermediate_source/inductor_debug_cpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
#
# Meanwhile, you may also find related tutorials about ``torch.compile``
# around `basic usage <https://pytorch.org/tutorials/intermediate/torch_compile_tutorial.html>`_,
# comprehensive `troubleshooting <https://pytorch.org/docs/stable/dynamo/troubleshooting.html>`_
# and GPU-specific knowledge like `GPU performance profiling <https://github.com/pytorch/pytorch/blob/main/docs/source/compile/profiling_torch_compile.rst>`_.
# comprehensive `troubleshooting <https://pytorch.org/docs/stable/torch.compiler_troubleshooting.html>`_
# and GPU-specific knowledge like `GPU performance profiling <https://pytorch.org/docs/stable/torch.compiler_inductor_profiling.html>`_.
#
# We will start debugging with a motivating example that triggers compilation issues and accuracy problems
# by demonstrating the process of debugging to pinpoint the problems.
Expand Down

0 comments on commit 46943d6

Please sign in to comment.