Views
No views yet
andreaborio/hebrus, a source-built
Apple Metal inference engine with bounded SSD expert streaming.ds4.expert_major.v2 store. The ds4 token
in existing filenames and in that tensor identifier is a stable compatibility
field; the runtime and Hugging Face library name are Hebrus.Hebrus is not a general GGUF runner. Use only the exact artifact and revision listed below. Generic llama.cpp, MLX, Ollama, and hosted Hugging Face inference cannot execute the embedded ExpertMajor store.
| Artifact | Support status | Hugging Face revision | Bytes | SHA-256 | Minimum unified memory |
|---|---|---|---|---|---|
DeepSeek-V4-Flash-IQ2XXS-w2Q2K-AProjQ8-SExpQ8-OutQ8-chat-v2-imatrix-DS4-ExpertMajor-v2.gguf | Hebrus 0.3.0 default · Qualified pinned download; selected by deepseek-v2 | ds4-v0.2.0, resolving to c0740cd4830f142068a6fbbe074f062f2c7c3d19 | 86,720,114,272 | 8378080263eb9224f7228d72e2afa4ac3cf74a116023fdec2c596ff228a33e3f | 64 GiB |
DeepSeek-V4-Flash-0731-IQ2XXS-w2Q2K-AProjQ8-SExpQ8-OutQ8-chat-v2-imatrix-DS4-ExpertMajor-v2.gguf | Current · Opt in; public and covered by dated Hebrus evidence, but not selected by deepseek-v2 | 63e5f2a8fedeeb77add33e13da5f946c043698bc | 86,720,114,240 | d89dd628ed786ecf14285cb886459eec01df89fd7e7bf3cbff1416a551bcd966 | 64 GiB |
2026-08-05 evidence record.DS4-ExpertMajor-v2 is an offline converter input,
not an inference fallback. Hebrus rejects it during model admission.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 deepseek-v2
10
11./hebrus \
12 -m gguf/DeepSeek-V4-Flash-IQ2XXS-w2Q2K-AProjQ8-SExpQ8-OutQ8-chat-v2-imatrix-DS4-ExpertMajor-v2.gguf \
13 --ctx 8192 \
14 -p "Explain bounded SSD expert streaming in one paragraph."ds4-v0.2.0 and verifies both the complete byte count and
SHA-256 before reporting success. The model repositories are public and
ungated, so downloading does not require a Hugging Face token.1hf download andreaborio/DeepSeek-V4-Flash-Hebrus-GGUF \
2 DeepSeek-V4-Flash-0731-IQ2XXS-w2Q2K-AProjQ8-SExpQ8-OutQ8-chat-v2-imatrix-DS4-ExpertMajor-v2.gguf \
3 --repo-type model \
4 --revision 63e5f2a8fedeeb77add33e13da5f946c043698bc \
5 --local-dir gguf
6
7shasum -a 256 \
8 gguf/DeepSeek-V4-Flash-0731-IQ2XXS-w2Q2K-AProjQ8-SExpQ8-OutQ8-chat-v2-imatrix-DS4-ExpertMajor-v2.ggufd89dd628ed786ecf14285cb886459eec01df89fd7e7bf3cbff1416a551bcd966.
This manual path does not change what deepseek-v2 downloads.inference: false is deliberate: these custom files are not served by the
Hugging Face hosted inference widget.Hebrus runtime support contract.deepseek-ai/DeepSeek-V4-Flash
repository declares the MIT license. DeepSeek retains the base-model
copyright. Quantization credit belongs to antirez and the DS4 project; the
embedded ExpertMajor v2 layout and current runtime are maintained by Hebrus.