ChengRang

BigMac

AI Platforms Open Source

A new paradigm for multimodal large model training open-sourced by Xiaohongshu, achieving efficient training through a dependency-safe nested pipeline

Multimodal large modelTraining frameworkPipeline parallelismOpen source
Visit BigMac

Disclaimer: Review content represents our editorial team's views and experience, not commercial recommendation or investment advice. Product info and pricing may change; refer to official sources.

Overview

BigMac is a new paradigm for multimodal large model training open-sourced by the dots infra team of Xiaohongshu, aiming to break through the Pareto frontier where computational efficiency and memory usage are difficult to balance in traditional training. It targets the heterogeneous architecture of multimodal large language models (MLLMs), consisting of modality encoders, LLM backbone, and modality generators, and proposes a dependency-safe nested pipeline technology. This technology orderly embeds encoder and generator computations without disrupting the LLM execution order, thereby efficiently achieving multimodal pipeline training. Compared to traditional pipeline parallelism solutions, BigMac decouples global scheduling from runtime execution in engineering, and provides rich interfaces and toolchains, significantly reducing the cost of model integration and system tuning.

Key Features

Use Cases

Pros

Pricing

Open source and free, following the open-source license (please refer to the GitHub repository for the specific license)

Summary

BigMac is an efficient pipeline parallelism framework focused on multimodal large model training. Through dependency-safe nested pipeline design, it significantly improves training speed while keeping memory bounded, and provides an easy-to-use toolchain, suitable for training and deployment of large-scale multimodal AI models.

Category
AI Platforms
Pricing
Open Source
Tags
Multimodal large model · Training framework · Pipeline parallelism

Related Tools