Papers › Model-GLUE: Democratized LLM Scaling for A Large Model Zoo in the Wild

Model-GLUE: Democratized LLM Scaling for A Large Model Zoo in the Wild

7 Oct 2024arXiv:2410.05357archive 2025-07-28

Xinyu Zhao, Guoheng Sun, Ruisi Cai, Yukun Zhou, Pingzhi Li, Peihao Wang, Bowen Tan, Yexiao He, Li Chen, Yi Liang, Beidi Chen, Binhang Yuan, Hongyi Wang, Ang Li, Zhangyang Wang, Tianlong Chen

As Large Language Models (LLMs) excel across tasks and specialized domains, scaling LLMs based on existing models has garnered significant attention, which faces the challenge of decreasing performance when combining disparate models. Various techniques have been proposed for the aggregation of pre-trained LLMs, including model merging, Mixture-of-Experts, and stacking. Despite their merits, a comprehensive comparison and synergistic application of them to a diverse model zoo is yet to be adequately addressed. In light of this research gap, this paper introduces Model-GLUE, a holistic LLM scaling guideline. First, our work starts with a benchmarking of existing LLM scaling techniques, especially selective merging, and variants of mixture. Utilizing the insights from the benchmark results, we formulate an optimal strategy for the selection and aggregation of a heterogeneous model zoo characterizing different architectures and initialization.Our methodology involves the clustering of mergeable models and optimal merging strategy selection, and the integration of clusters through a model mixture. Finally, evidenced by our experiments on a diverse Llama-2-based model zoo, Model-GLUE shows an average performance enhancement of 5.61%, achieved without additional training. Codes are available at: https://github.com/Model-GLUE/Model-GLUE.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2410.05357")

Code

Syntology Ran 10 of 16 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 2 ran · fixture could not drive it; 6 ran with no contract checked.

By repository: official repository: 16 samples from 1 repository, 10 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

model-glue/model-glue officialmentioned in paperMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 10 ran; 0 honoured the contract we drafted; 6 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · our draft was wrong
2ran · fixture could not drive it
6ran
6unverified

Licence: 0 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from Model-GLUE/Model-GLUE. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

repeat_kv Model-GLUE/Model-GLUE/mixture/mixtral_model_level/modeling_mixtral_model_level_hybrid.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 30d7eec482ebf6b1 · report
MixtralModelLevelHybridConfig model-glue/model-glue/mixture/mixtral_model_level/modeling_mixtral_model_level_hybrid.py official repository ran MIT (permissive) · 5f809614ad45d87e · report
MixtralModelLevelHybridMLP model-glue/model-glue/mixture/mixtral_model_level/modeling_mixtral_model_level_hybrid.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 168afe1c35dcbf7a · report
MixtralModelLevelHybridRMSNorm model-glue/model-glue/mixture/mixtral_model_level/modeling_mixtral_model_level_hybrid.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 61211405adf0232e · report
MixtralModelLevelHybridRotaryEmbedding model-glue/model-glue/mixture/mixtral_model_level/modeling_mixtral_model_level_hybrid.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 2af3f93fb1f05187 · report
apply_rotary_pos_emb Model-GLUE/Model-GLUE/mixture/mixtral_model_level/modeling_mixtral_model_level_hybrid.py official repository ran · fixture could not drive it MIT (permissive) · d61c483a3c2b3156 · report
hash_args Model-GLUE/Model-GLUE/lm_eval/api/model.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 20a7cc804eb22661 · report
remove_after_return Model-GLUE/Model-GLUE/bigcode_eval/utils.py official repository ran fingerprinted MIT (permissive) · 29ee1d8c120f674a · report
rotate_half Model-GLUE/Model-GLUE/mixture/mixtral_model_level/modeling_mixtral_model_level_hybrid.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · b99eea6376d1e212 · report
update_code_gens Model-GLUE/Model-GLUE/bigcode_eval/utils.py official repository ran MIT (permissive) · ac86a6f136bea277 · report
MixtralModelLevelHybridAttention model-glue/model-glue/mixture/mixtral_model_level/modeling_mixtral_model_level_hybrid.py official repository unverified MIT (permissive) · b7a56ddb57bcb75d · report
MixtralModelLevelHybridDenseDecoderLayer model-glue/model-glue/mixture/mixtral_model_level/modeling_mixtral_model_level_hybrid.py official repository unverified MIT (permissive) · 10f90dfc6066b0b8 · report
MixtralModelLevelHybridFlashAttention2 model-glue/model-glue/mixture/mixtral_model_level/modeling_mixtral_model_level_hybrid.py official repository unverified MIT (permissive) · c81e094f251fdc6a · report
MixtralModelLevelHybridSdpaAttention model-glue/model-glue/mixture/mixtral_model_level/modeling_mixtral_model_level_hybrid.py official repository unverified MIT (permissive) · 2315328e9bcd8f59 · report
MixtralModelLevelHybridSparseDecoderLayer model-glue/model-glue/mixture/mixtral_model_level/modeling_mixtral_model_level_hybrid.py official repository unverified MIT (permissive) · 3cc021576be7867c · report
complete_code Model-GLUE/Model-GLUE/bigcode_eval/utils.py official repository unverified MIT (permissive) · 59f94e66fd20d85d · report

Tasks

BenchmarkingMixture-of-Expertsmodel

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections