From 112a12ae4ea8e918d5c091c1eaae8b1aedcd9d54 Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Wed, 4 Oct 2023 15:19:39 -0700 Subject: [PATCH] Update distributed_checkpoint_recipe.rst Fix formatting to show the last code-block --- recipes_source/distributed_checkpoint_recipe.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes_source/distributed_checkpoint_recipe.rst b/recipes_source/distributed_checkpoint_recipe.rst index ad5de86495f..c20dca6639c 100644 --- a/recipes_source/distributed_checkpoint_recipe.rst +++ b/recipes_source/distributed_checkpoint_recipe.rst @@ -230,6 +230,7 @@ By default, DCP saves and loads a distributed ``state_dict`` in Single Program M Distributed checkpoint support for Multi-Program Multi-Data is still under development. .. code-block:: python + import os import torch