Skip to main content

Technical references

Bonsai collection

All Bonsai models repositories: 1-bit and ternary, GGUF and MLX.

1-bit and Ternary Bonsai 27B whitepaper

Architecture, training approach, and evaluation methodology for the 27B family.

1-bit Bonsai 8B whitepaper

Architecture, training approach, and evaluation methodology for the 1-bit 8B.

Ternary-Bonsai 8B whitepaper

The 1.58-bit representation, group-wise scaling, and benchmark results.

Source code

RepositoryWhat it is
PrismML-Eng/Bonsai-demoSetup scripts, run/server wrappers, and everything the Quickstart uses
TOOLS.md (in the demo repo)Tool calling and MCP server setup for Bonsai 27B
AGENTS.md (in the demo repo)Hardware-tuning knobs, written for AI coding agents helping someone set up the demo
PrismML-Eng/llama.cppllama.cpp fork (prism branch) with ternary Q2_0 kernels and pre-built binaries
PrismML-Eng/mlxMLX fork with 1-bit support, until mlx#3161 merges upstream
huggingface.co/prism-mlAll model weights

Community benchmarks

Measured throughput on real hardware (RTX 3080, GB10, Strix Halo, M4 Pro, and more) is collected in community-benchmarks/ in the demo repo. To contribute numbers for your hardware, copy the llama.cpp or MLX template in that folder, run the documented procedure, and open a pull request.

Get help