From c1e28840650cfef114011d83e37e4eb17c4c19b8 Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Tue, 28 Jan 2025 14:26:55 -0800 Subject: [PATCH] Update torch_export_challenges_solutions.rst --- recipes_source/torch_export_challenges_solutions.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes_source/torch_export_challenges_solutions.rst b/recipes_source/torch_export_challenges_solutions.rst index 1f8b1ae45a4..e6c612786e2 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 `__.