From 1a4436404aedceb0ef83ceb51275e5f457d10b5e Mon Sep 17 00:00:00 2001 From: wz337 Date: Wed, 20 Dec 2023 14:36:19 -0800 Subject: [PATCH] fix indent and link --- recipes_source/recipes_index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes_source/recipes_index.rst b/recipes_source/recipes_index.rst index 5dc55874459..5fcd31f24bd 100644 --- a/recipes_source/recipes_index.rst +++ b/recipes_source/recipes_index.rst @@ -317,11 +317,11 @@ Recipes are bite-sized, actionable examples of how to use specific PyTorch featu :link: ../recipes/distributed_optim_torchscript.html :tags: Distributed-Training,TorchScript - .. customcarditem:: +.. customcarditem:: :header: Getting Started with Distributed Checkpoint (DCP) :card_description: Learn how to checkpoint distributed models with Distributed Checkpoint package. :image: ../_static/img/thumbnails/cropped/Getting-Started-with-DCP.png - :link: ../recipes/DCP_tutorial.html + :link: ../recipes/distributed_checkpoint_recipe.html :tags: Distributed-Training .. TorchServe