Muse Glimmer - How to Run Locally
Learn how to run the new Muse Glimmer 30B model from Meta.
Muse Glimmer is Meta’s new open-weight 30B parameter dense vision model, designed for local agentic and coding workflows. It is the first open model from Meta Superintelligence Labs, and is released under the Apache 2.0 license. This guide covers running Muse Glimmer 30B with Unsloth Dynamic quants for maximum performance.
Muse Glimmer 30B runs locally on 18GB RAM/VRAM setups, including Mac and GPU/CPU systems. You can run or fine-tune Muse Glimmer with Unsloth. We collaborated with Meta and Hugging Face on llama.cpp inference implementation. Thank you Meta for providing Unsloth with day-zero support.

Usage Guide
Muse Glimmer can plan multi-step tasks, execute sequential tool calls, recover from failures, adapt as conditions change, use runtime memory, and resume work across long-running sessions when state is persisted. This persistence comes from the agent harness, not the model. With vision support, Muse Glimmer is ideal for multimodal workflows.
Hardware requirements
Muse Glimmer 30B uses about 58 GB for full precision BF16 weights. Unsloth Dynamic quants tries to recover as much accuracy as possible through quantization allowing Muse Glimmer 30B to fix on smaller devices like RTX 5090s and so on.
Table: Muse Glimmer 30B Inference GGUF recommended hardware requirements (units = total memory: RAM + VRAM, or unified memory).
12-14 GB
14-15 GB
17 GB
20-22 GB
34 GB
Detailed requirements table:
2-bit (UD-Q2_K_XL)
12-14+ GB
RTX 4080
3-bit (UD-Q3_K_XL)
14-15 GB+
RTX 4090
4-bit (UD-Q4_K_XL, NVFP4)
17 GB+
Mac 32GB
6-bit (UD-Q6_K_XL)
20-22 GB+
RTX 5090, Mac 48GB
8-bit (UD-Q8_K_XL)
34 GB+
Mac 128GB, DGX Spark
BF16 (full precision)
58 GB+
Mac 128GB, DGX Spark
Recommended Settings
It is recommended to use Meta's default Muse Glimmer parameters:
temperature = 1.0top_p = 0.95top_k = 64
Maximum context length: 131,072 (default) up to 262,144
Thinking Settings
Muse Glimmer supports controllable reasoning efforts including:
low
medium
high
xhigh
Run Muse Glimmer Tutorials
Because quantized Muse Glimmer 30B comes in several sizes, the recommended starting point for the models is Dynamic 4-bit (UD . Muse Glimmer 30B GGUFs.
🦥 Unsloth Guide
Muse Glimmer 30B can now be run and fine-tuned in Unsloth Desktop, our new open-source desktop app for local AI. Unsloth lets you run models locally on MacOS, Windows, Linux and:
Search, download, run GGUFs and safetensor models
Self-healing tool calling + web search
Code execution (Python, Bash)
Automatic inference parameter tuning (temp, top-p, etc.)
Fast CPU + GPU inference via llama.cpp
Train LLMs 2x faster with 70% less VRAM

Run Muse Glimmer
Inference parameters should be auto-set when using Unsloth Desktop, however you can still change it manually. You can also edit the context length, chat template and other settings. You can run GGUFs and MLX files.
For more information, you can view our Unsloth inference guide.

Serve Muse Glimmer with Unsloth API
You can use unsloth run command and serve Muse Glimmer via an API using llama-server runtime flags, including context sizing, GPU layers, threading, sampling, networking, and tool configuration. For more info see our API docs or unsloth start.
Unsloth is now ready
You can also do many other things with Muse Glimmer via Unsloth Desktop like:
Connect tools: Claude Code, Codex, web search, MCP and more
Train models: Fine-tune text, diffusion, embedding, and more
🦙 Llama.cpp Guide
For this guide we will be utilizing Dynamic 4-bit for Muse Glimmer 30B. See: Muse Glimmer 30B collection
Obtain the latest llama.cpp on GitHub here. You can follow the build instructions below as well. Change -DGGML_CUDA=ON to -DGGML_CUDA=OFF if you don't have a GPU or just want CPU inference. For Apple Mac / Metal devices, set -DGGML_CUDA=OFF then continue as usual - Metal support is on by default.
If you want to use llama.cpp directly to load models, you can follow commands below, according to each model. UD-Q4_K_XL is the quantization type. You can also download via Hugging Face (step 3). This is similar to ollama run . Use export LLAMA_CACHE="folder" to force llama.cpp to save to a specific location. There is no need to set context length as llama.cpp automatically uses the exact amount required.
You can also download the model manually as well via the code below (after installing pip install huggingface_hub). You can choose UD-Q4_K_XL or other quantized versions like Q8_0 . If downloads get stuck, see: Hugging Face Hub, XET debugging
Then run the model in conversation mode (with vision mmproj-F16):
🔧 Fine-tune
You can now fine-tune Meta’s Muse Glimmer-30B with Unsloth on a 24GB card! Muse Glimmer is a 30B parameter multimodal agentic model optimized for local deployment.
We provide multiple Kaggle notebooks which provide 30 hours for free with 2x Tesla T4 GPUs!
Muse Glimmer Vision Kaggle
Muse Glimmer Conversational Kaggle
Benchmarks

General Agentic
MCP Atlas (Public)
75.5
54.2
62.5
DeepSearch QA
74.6
61.7
71.1
𝛕3-Banking
23.5
15.1
16.7
WildClawBench
47.6
37.6
43.2
GDPVal-AA v2
953
811
1141
Gaia2
43.3
36.4
40.0
SkillsBench (with skills)
44.3
32.4
46.6
OSWorld-Verified
65.9
58.5
75.6
Agentic Coding
SWE-Bench Pro
51.2
36.9
50.2
SWE-Bench Verified
76.0
66.6
77.2
TerminalBench 2.1 (with terminus2)
51.7
43.4
60.7
SciCode
43.6
43.4
39.8
Multimodal
Charxiv Reasoning
78.8
77.7
78.4
ScreenSpot Pro
75.4
75.9
76.1
OmniDocBench v1.5
75.8
72.5
77.8
MMMU Pro
74
73
75
Safety
CI Memories
Violation (↓): 26.4 Coverage: 64.8
Violation (↓): 12.1 Coverage: 53.0
Violation (↓): 53.4 Coverage: 66.9
Siren AgentDojo
Attack Success Rate (↓): 28.4 Utility: 94.2
Attack Success Rate (↓): 25.6 Utility: 90.8
Attack Success Rate (↓): 40.3 Utility: 92.7
General Capabilities and Reasoning
IFBench
77.0
76.0
70.8
AIME 2026
94.7
89.2
94.1
GPQA Diamond (AA)
83.5
85.7
84.2
HLE Text (AA)
22.0
23.6
23.1
AA-LCR
80.0
68.3
73.3
Beam128K
65.1
58.2
63.0
Last updated
Was this helpful?

