-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: As title. Pull Request resolved: #96 Reviewed By: ananthsub Differential Revision: D40359341 Pulled By: yifuwang fbshipit-source-id: 28348256d0f8966fc630a3ef745695c3f31b3479
- Loading branch information
1 parent
9c2cbec
commit 4596fc6
Showing
2 changed files
with
25 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,7 +69,7 @@ def parse_args() -> argparse.Namespace: | |
version=version, | ||
author="torchsnapshot team", | ||
author_email="[email protected]", | ||
description="A lightweight library for adding fault tolerance to large-scale PyTorch distributed training workloads.", | ||
description="A performant, memory-efficient checkpointing library for PyTorch applications, designed with large, complex distributed workloads in mind.", | ||
long_description=readme, | ||
long_description_content_type="text/markdown", | ||
url="https://github.com/pytorch/torchsnapshot", | ||
|