← Latest papers
🤖 machine learning

MinT: Managed Infrastructure for Training and Serving Millions of LLMs

MinT is a managed infrastructure system that enables efficient training and serving of millions of LoRA-based LLM policies by keeping a single large base model resident while dynamically managing lightweight adapter revisions, thereby achieving significant improvements in scalability, memory efficiency, and deployment speed across dense and MoE architectures.

Original authors: Mind Lab, :, Song Cao, Vic Cao, Andrew Chen, Kaijie Chen, Cleon Cheng, Steven Chiang, Kaixuan Fan, Hera Feng, Huan Feng, Arthur Fu, Jun Gao, Hongquan Gu, Aaron Guan, Nolan Ho, Mutian Hong, Hailee Hou
Published 2026-05-14
📖 4 min read☕ Coffee break read

Original authors: Mind Lab, :, Song Cao, Vic Cao, Andrew Chen, Kaijie Chen, Cleon Cheng, Steven Chiang, Kaixuan Fan, Hera Feng, Huan Feng, Arthur Fu, Jun Gao, Hongquan Gu, Aaron Guan, Nolan Ho, Mutian Hong, Hailee Hou, Peixuan Hua, Charles Huang, Miles Jiang, Nora Jiang, Yuyi Jiang, Qiuyu Jin, Fancy Kong, Andrew Lei, Kyrie Lei, Alexy Li, Lucian Li, Ray Li, Theo Li, Zhihui Li, Jiayi Lin, Kairus Liu, Kieran Liu, Logan Liu, Xiang Liu, Irvine Lu, Maeve Luo, Runze Lv, Pony Ma, Verity Niu, Anson Qiu, Vincent Wang, Rio Yang, Maxwell Yao, Carrie Ye, Regis Ye, Wenlin Ye, Josh Ying, Danney Zeng, Yuhan Zhan, Anya Zhang, Di Zhang, Ruijia Zhang, Sueky Zhang, Ya Zhang, Wei Zhao, Ada Zhou, Changhai Zhou, Yuhua Zhou, Xinyue Zhu, Murphy Zhuang

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you run a massive, incredibly expensive library of books (the Base Model). These books are huge, take up a whole room, and are very hard to move.

In the old way of doing things, if you wanted to teach a book a new trick—like how to solve math problems or write legal contracts—you had to photocopy the entire book, write the new notes in the margins, and then move that whole new, heavy copy to a different room to show people. If you wanted to teach 1,000 different tricks, you'd need 1,000 heavy copies of the book, taking up a massive amount of space and time to shuffle around.

MinT (MindLab Toolkit) changes the game. Instead of moving the whole book, MinT says: "Let's keep the heavy book right where it is, locked in the library. We'll just write the new tricks on small, lightweight sticky notes (called LoRA adapters)."

Here is how MinT works, broken down into three simple ideas:

1. The "Sticky Note" System (Scale Down)

Instead of moving a 100-pound encyclopedia, you only move a 1-ounce sticky note.

  • The Old Way: To update a model, you merge the notes back into the book, creating a new heavy file. This takes forever to save and move.
  • The MinT Way: You keep the heavy book (the Base Model) sitting in the computer's memory. When you train a new skill, you just save the tiny sticky note.
  • The Result: Moving the "update" is incredibly fast. The paper found that moving just the sticky note was 18 times faster for a medium-sized model and almost 3 times faster for a giant model compared to moving the whole book. It's like sending a text message instead of mailing a brick.

2. The "Switching Stations" (Scale Up)

Imagine you have a giant, complex machine (a super-computer) that can only hold one heavy book at a time.

  • The Problem: Usually, if you want to train 5 different versions of a policy (e.g., one for math, one for coding, one for law), you need 5 different machines, each holding a copy of the heavy book. That's a waste of money.
  • The MinT Solution: MinT acts like a smart switchboard. It keeps the heavy book loaded in the machine. When it's time to train the "Math" version, it swaps in the "Math" sticky note. When it's time for "Coding," it swaps that note out and puts in the "Coding" note.
  • The Result: You can train many different "policies" on the same machine without needing more computers. The paper showed this made training 1.77 times faster for a 4-billion-parameter model and 1.45 times faster for a 30-billion-parameter model, all without needing extra memory.

3. The "Smart Catalog" (Scale Out)

Imagine a library with a million different sticky notes, but your reading desk only has room for a few at a time.

  • The Problem: If a user asks for a specific sticky note, and it's not on the desk, you have to go to the storage room, find it, and bring it back. If 1,000 people ask for 1,000 different notes at once, the storage room gets clogged, and everyone waits in a long line.
  • The MinT Solution: MinT organizes this like a smart delivery service.
    • The Catalog: It can keep track of one million different sticky notes (policies).
    • The Cache: It keeps the most popular notes on a shelf near the desk (CPU cache) so they are ready instantly.
    • The "Packing" Trick: Sometimes, a sticky note is actually made of thousands of tiny, tiny pieces (like a puzzle). MinT glues these pieces together into a single, neat package before sending them to the desk. This makes the delivery 8.5 times faster because the delivery truck doesn't have to stop 37,000 times to pick up tiny puzzle pieces; it just picks up one box.

The Big Picture

MinT is essentially a manager for AI training. It stops you from wasting time and money by moving giant files around. Instead, it keeps the heavy "brain" (the Base Model) in one place and manages the thousands of tiny "skills" (Adapters) that get attached to it.

  • For Training: It lets you switch between different skills quickly without reloading the whole brain.
  • For Serving: It lets you serve millions of different skills to users, only loading the specific ones needed at that exact moment, and doing it in a way that doesn't clog the system.

In short: Don't move the elephant; just move the mouse. MinT makes it possible to run millions of different AI personalities on a shared, expensive foundation without the foundation ever having to move.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →