diff --git a/recipes_source/torch_export_challenges_solutions.rst b/recipes_source/torch_export_challenges_solutions.rst index 1f8b1ae45a..e6c612786e 100644 --- a/recipes_source/torch_export_challenges_solutions.rst +++ b/recipes_source/torch_export_challenges_solutions.rst @@ -1,5 +1,5 @@ -Demonstration of torch.export flow, common challenges and the solutions to address them -======================================================================================= +Understanding the ``torch.export`` Flow and Solutions to Common Challenges +========================================================================== **Authors:** `Ankith Gunapal `__, `Jordi Ramon `__, `Marcos Carranza `__ In the `Introduction to torch.export Tutorial `__ , we learned how to use `torch.export `__.