awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesCheckpointing Systems

Utilities for serializing and restoring the full state of a training session.

Distinguishing note: Focuses on state persistence for training continuity.

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Checkpointing Systems. Refine with filters or upvote what's useful.

Awesome Checkpointing Systems GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • lightning-ai/pytorch-lightningAvatar von Lightning-AI

    Lightning-AI/pytorch-lightning

    31,201Auf GitHub ansehen↗

    PyTorch Lightning is a deep learning research framework that provides a structured environment for organizing machine learning code. It functions as a unified trainer orchestrator, centralizing the execution flow by managing the interaction between hardware resources, data loaders, and model components. By decoupling model architecture from training logic, the framework enables researchers to maintain clean, modular codebases that remain portable across different environments. The framework distinguishes itself through a hardware-agnostic abstraction layer that scales deep learning workloads

    Captures the entire training state including model weights and optimizer parameters to enable consistent resuming of interrupted training sessions.

    Pythonaiartificial-intelligencedata-science
    Auf GitHub ansehen↗31,201
  • allenai/olmoAvatar von allenai

    allenai/OLMo

    6,313Auf GitHub ansehen↗

    Releases all intermediate training checkpoints publicly for reproducibility and downstream use.

    Python
    Auf GitHub ansehen↗6,313
  1. Home
  2. Artificial Intelligence & ML
  3. Checkpointing Systems