awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesParallel Checkpoint Streams

Mechanisms for simultaneously writing large model states across multiple storage nodes.

Distinct from Model Checkpointing: Focuses on the parallel streaming nature of the write operation rather than the general persistence of model weights

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

Awesome Parallel Checkpoint Streams GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • deepseek-ai/3fsالصورة الرمزية لـ deepseek-ai

    deepseek-ai/3FS

    9,970عرض على GitHub↗

    3FS is a distributed file system and RDMA storage cluster designed for high-performance AI training and inference workloads. It functions as a strongly consistent storage layer that utilizes a disaggregated architecture to pool SSDs and memory resources across multiple nodes. The system provides specialized storage implementations including an AI training checkpoint store for parallel state preservation and a distributed key-value cache store for decoder layer vectors to optimize inference processing. It ensures data integrity through chain replication and apportioned query distribution. The

    Writes large model states across multiple storage nodes simultaneously to minimize training downtime during synchronization.

    C++
    عرض على GitHub↗9,970
  1. Home
  2. Artificial Intelligence & ML
  3. Model Checkpointing
  4. Parallel Checkpoint Streams