MinT: Managed Infrastructure for Training and Serving Millions of LLMs
Summary
MinT is a managed infrastructure system that enables efficient training and serving of millions of LLMs by keeping base models resident and moving lightweight LoRA adapters, scaling across model architectures, storage, and policy management.
View Cached Full Text
Cached at: 05/14/26, 04:16 AM
Paper page - MinT: Managed Infrastructure for Training and Serving Millions of LLMs
Source: https://huggingface.co/papers/2605.13779 Published on May 13
#2 Paper of the day Authors:
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
Abstract
MinT is a managed infrastructure system that enables efficient low-rank adaptation training and serving by keeping base models resident and moving lightweight adapter revisions, scaling across multiple dimensions including large model architectures, reduced storage requirements, and distributed policy management.
We present MindLab Toolkit (MinT), a managed infrastructure system forLow-Rank Adaptation(LoRA)post-trainingandonline serving. MinT targets a setting where many trained policies are produced over a small number of expensivebase-model deployments. Instead of materializing each policy as a mergedfull checkpoint, MinT keeps the base model resident and moves exportedLoRAadapter revisionsthrough rollout, update, export, evaluation,serving, and rollback, hidingdistributed training,serving,scheduling, anddata movementbehind aservice interface. MinT scales this path along three axes.Scale UpextendsLoRARL to frontier-scale dense andMoE architectures, including MLA andDSA attentionpaths, with training andservingvalidated beyond 1T total parameters.Scale Downmoves only the exportedLoRAadapter, which can be under 1% of base-model size in rank-1 settings;adapter-only handoffreduces the measured step by 18.3x on a 4B dense model and 2.85x on a 30B MoE, while concurrent multi-policyGRPOshortens wall time by 1.77x and 1.45x without raisingpeak memory.Scale Outseparates durable policy addressability from CPU/GPU working sets: atensor-parallel deploymentsupports 10^6-scale addressable catalogs (measured single-engine sweeps through 100K) and thousand-adapter active waves at cluster scale, withcold loadingtreated as scheduled service work and packed MoELoRAtensors improving live engine loading by 8.5-8.7x. MinT thus manages million-scaleLoRApolicy catalogswhile training andservingselectedadapter revisionsover shared 1T-class base models.
View arXiv pageView PDFProject pageGitHub17Add to collection
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2605.13779 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2605.13779 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2605.13779 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Unleashing the Potential of Large Language Models: A Blueprint for Real-Time, Enterprise-Ready Deployments
This arXiv paper presents a unified LLMOps architecture for real-time, enterprise-ready LLM deployments, integrating data ingestion, continual learning, RAG, and feedback loops. It introduces components like AIPO, STAR+FAR, and SAGE to address knowledge staleness, hallucination, and latency-cost trade-offs in regulated sectors.
@keigohtr: From Netflix. Their in-house LLM serving method. In-House LLM Serving at Netflix https://netflixtechblog.com/in-house-l…
Netflix shares their in-house LLM serving method using vLLM and Triton inference server, providing an OpenAI-compatible API and detailing deployment strategies and production trade-offs.
Auditing Training Data in Domain-adapted LLMs: LoRA-MINT
LoRA-MINT is a methodology for membership inference testing on LLMs fine-tuned with LoRA, achieving high precision in determining if data was used in training, outperforming baselines.
Inside vLLM: Anatomy of a High-Throughput LLM Inference System (2025)
A deep dive into vLLM's architecture and components for high-throughput LLM inference, covering scheduling, paged attention, continuous batching, advanced features, scaling, serving, and benchmarking.
FL-MAESTRO: Multi-Agent LLM Orchestration for Resource-Constrained Federated Learning
FL-MAESTRO introduces a multi-agent LLM orchestrator to jointly optimize communication topology, resource allocation, and aggregation rules in federated learning, significantly reducing wasted energy and improving efficiency on resource-constrained edge devices.