diff --git a/intermediate_source/torch_compile_full_example.py b/intermediate_source/torch_compile_full_example.py index d1967b9d63..7804d5b155 100644 --- a/intermediate_source/torch_compile_full_example.py +++ b/intermediate_source/torch_compile_full_example.py @@ -235,6 +235,6 @@ def train(mod, data): # # For a gentle introduction to ``torch.compile``, please check out `the introduction to torch.compile tutorial `__. # -# To troubleshoot issues and to gain a deeper understanding of how to apply ``torch.compile`` to your code, check out `the torch.compile programming model `__. +# To troubleshoot issues and to gain a deeper understanding of how to apply ``torch.compile`` to your code, check out `the torch.compile programming model `__. # # We hope that you will give ``torch.compile`` a try!