Views
No views yet
| File | Size | Content |
|---|---|---|
model_weights_quant.bin + .json | 1.95 GB | Non-expert weights: 4-bit affine (group 64) GDN/attention/shared experts, 8-bit embeddings + lm_head, BF16 norms/gates |
packed_experts_3bit/layer_00..39.bin | 14 GB | Routed experts, 3-bit per layer (256 experts × 1.31 MB) |
vocab.bin, tokenizer.bin | 8 MB each | Custom BPET tokenizer |
hot_sets.bin | 10 KB | Optional prefill hot-set prefetch data |
shaders.metal | 128 KB | Runtime-compiled Metal shaders |
model_weights_mtp.bin, layer_40.bin) are optional and not
included — the MTP head is not used.1git clone https://github.com/haihengh/finchMoE
2cd finchmoe && make # requires macOS + Xcode CLT (Metal)
3
4# download this repo's files next to the binary (or symlink them):
5./finchmoe-infer -m . \
6 --weights model_weights_quant.bin --manifest model_weights_quant.json \
7 -P "Tell me a story about a lighthouse keeper." --tokens 200| Component | Bits | CosSim vs BF16 |
|---|---|---|
| Routed experts (256×40) | 3-bit | 0.966-0.979 |
| Non-experts (GDN, attention, shared) | 4-bit | ≥ 0.995 |
| Embeddings + lm_head | 8-bit | near-lossless |