Skip to content

Commit 98d5721

Browse files
updated link to profiler_recipe (#3645)
Fixes #167437 ## Description Updated link to correct site cc @svekars @sekyondaMeta @AlannaBurke --------- Co-authored-by: sekyondaMeta <127536312+sekyondaMeta@users.noreply.github.com>
1 parent 0053a12 commit 98d5721

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

beginner_source/profiler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Profiling your PyTorch Module
33
-----------------------------
44
5-
**Author:** `Suraj Subramanian <https://github.com/suraj813>`_
5+
**Author:** `Suraj Subramanian <https://github.com/subramen>`_
66
77
PyTorch includes a profiler API that is useful to identify the time and
88
memory costs of various PyTorch operations in your code. Profiler can be
@@ -316,6 +316,6 @@ def forward(self, input, mask):
316316
# We have seen how Profiler can be used to investigate time and memory bottlenecks in PyTorch models.
317317
# Read more about Profiler here:
318318
#
319-
# - `Profiler Usage Recipe <https://pytorch.org/tutorials/recipes/recipes/profiler.html>`__
319+
# - `Profiler Usage Recipe <https://docs.pytorch.org/tutorials/recipes/recipes/profiler_recipe.html>`__
320320
# - `Profiling RPC-Based Workloads <https://pytorch.org/tutorials/recipes/distributed_rpc_profiling.html>`__
321321
# - `Profiler API Docs <https://pytorch.org/docs/stable/autograd.html?highlight=profiler#profiler>`__

0 commit comments

Comments
 (0)