GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

devehz/MagenticBrain-GGUF overview

MagenticBrain GGUF GGUF quantization of microsoft/MagenticBrain https://huggingface.co/microsoft/MagenticBrain 14B for use with llama.cpp and compatible runner…

llama.cppggufquantizedqwen3agentstext-generationbase_model:microsoft/MagenticBrainbase_model:quantized:microsoft/MagenticBrainlicense:mitendpoints_compatibleregion:usconversational

Runs locally from ~4.00 GB disk (8 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
439
Likes
0
Pipeline
text-generation
Author

Repository Files & Downloads

12 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
MB-BF16.ggufGGUFBF1627.51 GBDownload
MB-IQ2_XXS.ggufGGUFIQ2_XXS4.00 GBDownload
MB-IQ3_M.ggufGGUFIQ3_M6.41 GBDownload
MB-IQ3_XXS.ggufGGUFIQ3_XXS5.53 GBDownload
MB-IQ4_XS.ggufGGUFIQ4_XS7.55 GBDownload
MB-Q2_K.ggufGGUFQ2_K5.36 GBDownload
MB-Q3_K_M.ggufGGUFQ3_K_M6.82 GBDownload
MB-Q4_K_M.ggufGGUFQ4_K_M8.38 GBDownload
MB-Q4_K_S.ggufGGUFQ4_K_S7.98 GBDownload
MB-Q5_K_M.ggufGGUFQ5_K_M9.79 GBDownload
MB-Q6_K.ggufGGUFQ6_K11.29 GBDownload
MB-Q8_0.ggufGGUFQ8_014.62 GBDownload

Model Details

Model IDdevehz/MagenticBrain-GGUF
Authordevehz
Pipelinetext-generation
Licensemit
Base modelmicrosoft/MagenticBrain
Last modified2026-08-13T02:59:52.000Z

Model README

---

license: mit

base_model: microsoft/MagenticBrain

library_name: llama.cpp

pipeline_tag: text-generation

tags:

- gguf

- llama.cpp

- quantized

- qwen3

- agents

---

MagenticBrain-GGUF

GGUF quantization of microsoft/MagenticBrain (14B) for use with llama.cpp and compatible runners (Lemonade, LM Studio, Ollama, etc.).

Available quants

| File | Quant | Size | Notes |

|---|---|---|---|

| MB-Q6_K.gguf | Q6_K | ~11.5 GB | Recommended — near-lossless; preserves the model's structured tool-call / JSON fidelity |

| MB-Q4_K_M.gguf | Q4_K_M | ~9 GB | Fallback for tight VRAM budgets |

Converted with convert_hf_to_gguf.py (BF16 intermediate) and quantized with llama-quantize from llama.cpp. Standard k-quants, no imatrix calibration.

About the model

MagenticBrain is Microsoft Research AI Frontiers' 14B orchestration model, SFT'd from Qwen3-14B on agentic data — function calling (APIGen-MT, ToolACE, xLAM), 250+ synthetic MCP environments, file-system and terminal trajectories, and sub-agent delegation traces (handoffs to Fara1.5-9B) — followed by an RL stage on terminal tasks. It plans multi-step tasks, calls declared tools via structured JSON (never inventing new ones), coordinates sub-agents, and follows a submit-to-terminate protocol.

This is an orchestration-first model, not a general-purpose chat model. It is co-designed with, and most thoroughly evaluated in, Magentic-Lite (Magentic-UI v0.2).

Recommended settings

  • Context: up to 32K
  • Thinking: disabled by default (enable_thinking: false) — keep it off; verbose reasoning degrades long agentic trajectories
  • Tool calling: schemas are injected by the harness; the model expects to select only from declared tools

Usage

llama.cpp:

llama-server -m MB-Q6_K.gguf -ngl 99 -c 32768

Lemonade / LM Studio / Ollama: register the GGUF file directly or pull this repo through the app's model management.

License & credit

MIT — same as the base model. All credit to Microsoft Research AI Frontiers. This repo is a community quantization and is not affiliated with or endorsed by Microsoft. See the base model card for full details.

Run devehz/MagenticBrain-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models