Skip to content

Commit

Permalink
Fix dead link in docs (#19387)
Browse files Browse the repository at this point in the history
  • Loading branch information
awaelchli authored Feb 6, 2024
1 parent 285da64 commit 130b05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source-fabric/advanced/compile.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ You can check whether your model produces graph breaks by calling ``torch.compil
# Force an error if there is a graph break in the model
model = torch.compile(model, fullgraph=True)
Be aware that the error messages produced here are often quite cryptic, so you will likely have to do some `troubleshooting <pytorch.org/docs/stable/torch.compiler_troubleshooting.html>`_ to fully optimize your model.
Be aware that the error messages produced here are often quite cryptic, so you will likely have to do some `troubleshooting <https://pytorch.org/docs/stable/torch.compiler_troubleshooting.html>`_ to fully optimize your model.


----
Expand Down

0 comments on commit 130b05f

Please sign in to comment.