Views
No views yet
andreaborio/hebrus, a source-built
Apple Metal inference engine with bounded SSD expert streaming.ds4.expert_major.v2 store. Hebrus uses one Qwen graph, tokenizer, session,
attention, Gated DeltaNet, KV, routing, resident/SSD policy, and prefill
scheduler for both accepted profiles. Only the admitted physical weight codec
differs.These are Hebrus-native GGUF extensions. They are not portable to generic llama.cpp, MLX, Ollama, or hosted Hugging Face inference.
e002665becd2db618897effb213030fdf92e7e98.| Profile | File | Status | Bytes | SHA-256 | Minimum unified memory | Qualified boundary |
|---|---|---|---|---|---|---|
| MLX Affine4 G64 | Qwen3.6-35B-A3B-Hebrus-ExpertMajor-v2-MLX-Affine4-G64.gguf | Published · Stable · Recommended; selected by qwen-v2 | 20,808,566,880 | dd17266185833a9f05531ce366fd7284ddca1ed64aa3dcf06e321e8c72c9ea3d | 16 GiB | On 16 GiB, guarded SSD through a 131,072-token prompt plus 128 decode tokens; larger windows require separately qualified higher-memory profiles |
| Q2_K_XL | Qwen3.6-35B-A3B-Hebrus-ExpertMajor-v2-Q2_K_XL.gguf | Published Beta · Opt in · Not recommended; selected only by qwen-q2-beta | 12,290,632,032 | 30c22f70aff0f05986b517ee4ad8fef554a1b5aab6971c9ca09f999566d30143 | 64 GiB | Resident and SSD evidence through exactly 32,768 tokens; no full-window qualification |
ccc3fbc2405d1dd73f8ac15741b0277514de4f46b80818531297ea9ffa0c6a3c.
It is 40.93% smaller than the Stable file, but its smaller size does not lower
its published 64 GiB minimum or make it the recommended profile.73a332fef82a0bcdd567d17e0de17aa004cad85d for Affine4 and
42e2fec2a7dbb14a42e7a5612dfec00e33d443ca for Q2_K_XL. Those commits
describe artifact decoding only; they are not substitutes for a current
runtime containing all accepted safety fixes. The commands below pin the
newer source snapshot used to verify this card.1git clone https://github.com/andreaborio/hebrus.git
2cd hebrus
3git checkout v0.3.0
4
5xcode-select --install
6python3 -m pip install -U huggingface_hub hf_xet
7make -j
8
9./download_model.sh qwen-v2
10
11./hebrus \
12 -m gguf/Qwen3.6-35B-A3B-Hebrus-ExpertMajor-v2-MLX-Affine4-G64.gguf \
13 --ctx 8192 \
14 -p "Explain bounded SSD expert streaming in one paragraph."1./download_model.sh qwen-q2-beta
2
3./hebrus \
4 -m gguf/Qwen3.6-35B-A3B-Hebrus-ExpertMajor-v2-Q2_K_XL.gguf \
5 --ctx 32768 \
6 -p "Explain bounded SSD expert streaming in one paragraph."DS4 basenames as historical,
byte-identical objects. New commands and downloads use the canonical Hebrus
filenames above.Qwen3.6-35B-A3B-DS4-ExpertMajor-v2-Q4_K_S.gguf is
negative-only, not a fallback. It is 20,808,566,880 bytes and has SHA-256
d7c43a6388ec20e6fe5530850350f96fdb0ac37c5ce36d3e5f92b172c447f56b.
ExpertMajor v1 and the canonical
Qwen3.6-35B-A3B-ds4-Q4_K_S.gguf converter input are also rejected by current
inference./v1/chat/completions path, not
every protocol implemented for other model families.inference: false is deliberate: the Hub hosted inference widget does not
support these runtime-specific artifacts.Qwen release contract,
and the current hardware/mode authority is the
runtime support contract.Qwen/Qwen3.6-35B-A3B
repository declares the Apache 2.0 license. The Qwen team retains the
base-model copyright; the embedded ExpertMajor v2 layout and current runtime
are maintained by Hebrus.