awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesAsynchronous Checkpoint Managers

Systems that save model and optimizer state asynchronously for interruption‑resilient training in PyTorch.

Distinct from PyTorch Training Frameworks: Distinct from PyTorch Training Frameworks: specifically focuses on asynchronous checkpoint management rather than general training orchestration.

Explore 1 awesome GitHub repository matching artificial intelligence & ml · Asynchronous Checkpoint Managers. Refine with filters or upvote what's useful.

Awesome Asynchronous Checkpoint Managers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • pytorch/torchtitanpytorch 的头像

    pytorch/torchtitan

    5,084在 GitHub 上查看↗

    Torchtitan is a reference implementation for distributed deep learning built within the PyTorch ecosystem. It provides a framework for training large neural network models across multiple GPUs and nodes by combining several parallelism techniques, including fully sharded data parallelism (FSDP), tensor parallelism, and pipeline parallelism, making it possible to train models that exceed the memory capacity of a single device. The system distinguishes itself through asynchronous checkpointing, which saves model and optimizer state to persistent storage without pausing the training loop, enabli

    Provides asynchronous checkpointing for interruption‑resilient PyTorch training.

    Python
    在 GitHub 上查看↗5,084
  1. Home
  2. Artificial Intelligence & ML
  3. PyTorch Training Frameworks
  4. Asynchronous Checkpoint Managers