Views
No views yet
Q2_0_g128 weights and their Q8_0 vision
projector, re-hosted as ONE GGUF under the Apache 2.0 license, as a stable
pinned snapshot that survives if the upstream repo moves or is removed. This is
NOT the authoritative source. Every tensor is upstream's, unchanged. For the
full model card, benchmarks, other quants, and the whitepaper, use the original
repository..ggxf is GGUF plus the tensors and metadata keys this project adds, so these
files load in Gadeon and are not expected to load in other GGUF readers.upstream Ternary-Bonsai-27B-Q2_0.ggxf
sha256 868c11714cf8fe47f5ec9eeb2be0ab1a337112886f92ee0ede6b855c4fa31757
7,165,121,600 bytes, 851 tensors, 37 KV
upstream Ternary-Bonsai-27B-mmproj-Q8_0.ggxf
sha256 eb561d41a7bbeb0fcf04883c8af11078ef6cae0a66862a0b68443cfca495269d
629,246,880 bytes, 334 tensors, 24 KV
this file
7,794,369,344 bytes, 1185 tensors, 53 KV
851 text tensors then 334 `v.*` / `mm.*` projector tensors,
the projector's `clip.*` keys, and `general.generation_config_json`general.sampling.* keys
(temperature 1.0, top_p 0.95, top_k 20), which the file already carried and
which this key leaves untouched. The card adds the rows those scalars cannot
express: a lower temperature for vision turns, and the non-thinking row's
temperature 0.7 / top_p 0.8 / presence penalty 1.5.--mmproj, so the 334 extra tensors here make it fail with wrong number of tensors. Use the upstream two-file repo for llama.cpp. This layout is for
runtimes that read the projector out of the same file.general.architecture = qwen35):
of its 64 layers, 48 are Gated DeltaNet linear-attention (state-space) blocks and
16 are full softmax-attention blocks, interleaved "three linear, one attention".
The weights are quantized to a true ternary alphabet {-1, 0, +1} at ~1.71 bits
per weight. This is the Q2_0_g128 build: each 128-weight block is
{ FP16 scale d; 2-bit codes qs[32] } and dequantizes as w = (code - 1) * d.
The vision projector is a 27-block Qwen3-VL tower at Q8_0.prism branch) -- Q2_0 is not yet in mainline llama.cpp.Created using Bonsai by Prism ML.
LICENSE.txt and NOTICE.txt are included here as upstream ships
them.| File | Notes |
|---|---|
Ternary-Bonsai-27B-Q2_0.ggxf (~7.8 GB) | Upstream text weights and vision projector in one file, header carrying the sampling card. |
LICENSE.txt, NOTICE.txt | Upstream's, unchanged. |