Skip to content

Commit 130b05f

Browse files
authored
Fix dead link in docs (#19387)
1 parent 285da64 commit 130b05f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source-fabric/advanced/compile.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ You can check whether your model produces graph breaks by calling ``torch.compil
137137
# Force an error if there is a graph break in the model
138138
model = torch.compile(model, fullgraph=True)
139139
140-
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.
140+
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.
141141

142142

143143
----

0 commit comments

Comments
 (0)