GGUF quantizations of
MiniCPM5-1B-Claude-Opus-Fable5-V2-Thinking for
llama.cpp, Ollama, LM Studio, jan, KoboldCpp, and other GGUF runtimes.
This repository provides local-deployment builds of a 1B
Thinking model fine-tuned on
Fable 5 data (V2) atop
openbmb/MiniCPM5-1B. Compared with V1, V2 strengthens
tool calling / function calling, while keeping MiniCPM5's native chat template embedded in the GGUF files.
1llama-cli \
2 -m MiniCPM5-1B-Claude-Opus-Fable5-V2-Thinking-Q8_0.gguf \
3 -p "Write a Python function to merge two sorted lists." \
4 -n 512 \
5 --temp 0.9 --top-p 0.95 \
6 -c 8192
1llama-server \
2 -m MiniCPM5-1B-Claude-Opus-Fable5-V2-Thinking-Q8_0.gguf \
3 -c 8192 --port 8080
Generation defaults are inherited from
MiniCPM5-1B: