Skip to content

Commit fcfd00e

Browse files
authored
Fix link to the dynamo troubleshooting guide
1 parent 953a946 commit fcfd00e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_get_started/pytorch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ The minifier automatically reduces the issue you are seeing to a small snippet o
283283

284284
If you are not seeing the speedups that you expect, then we have the **torch.\_dynamo.explain** tool that explains which parts of your code induced what we call “graph breaks”. Graph breaks generally hinder the compiler from speeding up the code, and reducing the number of graph breaks likely will speed up your code (up to some limit of diminishing returns).
285285

286-
You can read about these and more in our [troubleshooting guide](https://pytorch.org/docs/master/dynamo/troubleshooting.html).
286+
You can read about these and more in our [troubleshooting guide](https://pytorch.org/docs/stable/dynamo/troubleshooting.html).
287287

288288
### Dynamic Shapes
289289

0 commit comments

Comments
 (0)