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,084GitHub पर देखें↗

    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