Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasLLC committed Jul 18, 2024
1 parent e474630 commit 51a9b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes_source/distributed_async_checkpoint_recipe.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ to show how this can be integrated quite easily with ``torch.distributed.checkpo
Asynchronous Checkpointing Overview
------------------------------------
Before getting started with Asynchronous Checkpointing, it's important to understand it's differences and limitations as compared to synchronous checkpointing.
Speciically:
Specifically:

* Memory requirements - Asynchronous checkpointing works by first copying models into internal CPU-buffers.
This is helpful since it ensures model and optimizer weights are not changing while the model is still checkpointing,
Expand Down

0 comments on commit 51a9b61

Please sign in to comment.