Overview of DeepSeek Open Infra components
mainThe open-infra-index repository serves as a central hub for DeepSeek's open-source infrastructure components, including optimized kernels, communication libraries, and file systems used in the DeepSeek-V3 and R1 inference and training systems.
Key components include:
- FlashMLA: Efficient MLA decoding kernels for Hopper GPUs.
- DeepEP: An EP communication library for MoE models.
- DeepGEMM: An FP8 GEMM library for dense and MoE workloads.
- DualPipe: Bidirectional pipeline parallelism for computation-communication overlap.
- EPLB: Expert-parallel load balancer.
- 3FS: A high-performance parallel file system.
- Smallpond: A data processing framework built on 3FS.