How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf Chungulus/Agents-A1-Q4_K_M-imatrix-gguf-fable5-calibrated:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf Chungulus/Agents-A1-Q4_K_M-imatrix-gguf-fable5-calibrated:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf Chungulus/Agents-A1-Q4_K_M-imatrix-gguf-fable5-calibrated:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf Chungulus/Agents-A1-Q4_K_M-imatrix-gguf-fable5-calibrated:Q4_K_M
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf Chungulus/Agents-A1-Q4_K_M-imatrix-gguf-fable5-calibrated:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf Chungulus/Agents-A1-Q4_K_M-imatrix-gguf-fable5-calibrated:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf Chungulus/Agents-A1-Q4_K_M-imatrix-gguf-fable5-calibrated:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Chungulus/Agents-A1-Q4_K_M-imatrix-gguf-fable5-calibrated:Q4_K_M
Use Docker
docker model run hf.co/Chungulus/Agents-A1-Q4_K_M-imatrix-gguf-fable5-calibrated:Q4_K_M
Quick Links

Agents-A1-Q4_K_M-imatrix-gguf-fable5-calibrated

Fable-5 trace calibrated imatrix GGUF quant of InternScience/Agents-A1.

File

File Size SHA-256
Agents-A1-Q4_K_M-imatrix-gguf-fable5-calibrated.gguf 19.71 GiB 06361f183ec008c7052c0473a746f867c25779b1debb4a8a74a7cee27abc33d2

Quick Start

llama-cli -hf Chungulus/Agents-A1-Q4_K_M-imatrix-gguf-fable5-calibrated:Agents-A1-Q4_K_M-imatrix-gguf-fable5-calibrated.gguf -p "Write a Python sorting function" -n 160

Ollama

ollama create agents-a1-q4_k_m-imatrix -f Modelfile
ollama run agents-a1-q4_k_m-imatrix

Which File Should I Download?

Use case Recommendation
Recommended hardware 16-24 GB RAM
Best for default recommendation

Quality Snapshot

F16 baseline mini accuracy: 89.58%. F16 baseline PPL on KL holdout: 13.0194.

Metric Value
Mini accuracy 87.50%
Retention vs F16 97.67%
Mean KLD vs F16 0.015182
Same top p 93.65%

Notes

  • Calibration source: Glint-Research/Fable-5-traces
  • Calibration source revision: e05c417852fc59fd8da758e68b352732423ca0cb
  • GGUF quantization method: llama.cpp with imatrix calibration.
  • Static imatrix GGUF; not Unsloth Dynamic 2.0 / UD2.
  • MTP is not included because the downloaded checkpoint did not contain MTP tensors.
  • This repo contains local quantization artifacts only.
Downloads last month
549
GGUF
Model size
35B params
Architecture
qwen35moe
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Chungulus/Agents-A1-Q4_K_M-imatrix-gguf-fable5-calibrated

Quantized
(64)
this model

Collection including Chungulus/Agents-A1-Q4_K_M-imatrix-gguf-fable5-calibrated