Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Checkpoint saving improvements #50

Open
hatanp opened this issue Aug 13, 2024 · 0 comments
Open

Feature: Checkpoint saving improvements #50

hatanp opened this issue Aug 13, 2024 · 0 comments

Comments

@hatanp
Copy link
Collaborator

hatanp commented Aug 13, 2024

Training at scale requires checkpointing often. To make this feasible the saving needs to be as fast as possible. Various approaches exist and should be evaluated:

  • Distributed checkpointing
  • Asynchronous checkpointing

PyTorch has a recent blog discussing these:
https://pytorch.org/blog/reducing-checkpointing-times/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant