Packed AVQ2 decoder tensors with affine INT4 tensors and measured higher-precision islands.
Native local edition · One complete GGUF
8.39GB
BTL-3 Compact puts the complete 27B text model in one native artifact.
Decoder, vocabulary matrices, output correction, and behavior repair are all packed. The runtime consumes the representation directly—without downloading or reconstructing the BF16 checkpoint.
- Exact bytes
- 8,392,369,600
- Packed tensors
- 2,416 verified
- Representation
- AVQ2 / UniSVQ
- Native backends
- CUDA + Metal
- Original BF16 required
- No
Measured retention
What survived
the packing.
A fresh private 100-turn tool-contract gate was authored after representation choices froze. The full model scored 90/100; Compact retained 83 of those 90 teacher-correct cases.
Representation
Small on disk.
Native in memory.
The release is a mixed representation chosen against behavioral gates—not a stock scalar quant with a new label.
Packed embeddings and output matrices plus a rank-32 output correction.
A compact behavior adapter protects tool names, structure, stopping, and abstention.
Runtime support
One model.
Its own runner.
Stock Ollama and the stock LM Studio GGUF engine do not decode AVQ2. The release includes a native OpenAI-compatible server and bridges for familiar client workflows.
Quickstart
Serve locally.
Call it normally.
The verified macOS arm64 package starts an OpenAI-compatible endpoint. Device memory, KV cache, and runtime workspace determine usable context.
BTL3_MODEL="$PWD/model/BTL-3-Compact-AVQ2.gguf" \ BTL3_CTX_SIZE=4096 \ runtimes/supported/BTL-3-Compact-macos-arm64/bin/btl3-server
curl http://127.0.0.1:8080/v1/chat/completions \
-H 'Content-Type: application/json' \
-d '{
"model": "BTL-3",
"messages": [{
"role": "user",
"content": "Write a retrying fetch helper with tests."
}],
"stream": true
}'Measured performance
43.16 tok/s
on RTX PRO 6000.
Exact GGUF, full CUDA offload, 128 generated tokens, mean of three runs with 0.29 tok/s standard deviation. Apple M2 compatibility smoke measured 2.48 tok/s generation.
Artifact integrity
One file.
One identity.
2ddf9527620a17a2a6739d184a7096c45712092e6589128792ec6254e94dc30c8,392,369,600 bytes · 2,416 tensor payloads byte-verifiedDeployment boundaries
Parallel-multiple: retained 3/10 teacher-correct cases. Overall retention is not uniform across categories.
Runtime: AVQ2 needs BTL's packed runner. Stock Ollama and LM Studio do not load it directly.
Hardware: RTX 4090, RTX 5090, DGX Spark, Windows, and newer Apple devices remain device-specific gates.
Context: 262K is architectural. Begin at 4K–32K according to device memory and increase after measuring headroom.