Views
No views yet
Equinox draws its name from the balance between extremes. Trained on a balanced blend of Wayfarer 2's unforgiving dark adventures and Hearthfire's quiet slice-of-life storytelling, Equinox is equally at home in perilous dungeons and candlelit conversations.
Equinox 31B was trained with two epochs of SFT (Supervised Fine-Tuning) on top of Gemma 4 31B Instruct.
| Filename | Size | Quants |
|---|---|---|
| Equinox-31B-MXFP4_Q8_0_F16-Imatrix.gguf | 22.9 GB | MXFP4_MOE + Q8_0 + F16 |
| Equinox-31B-MXFP4_Q6_K_Q8_0-Imatrix.gguf | 19.5 GB | MXFP4_MOE + Q6_K + Q8_0 |
| Equinox-31B-MXFP4_Q8_0-Imatrix.gguf | 17.7 GB | MXFP4_MOE + Q8_0 |
| Equinox-31B-MXFP4_Q6_K-Imatrix.gguf | 17.1 GB | MXFP4_MOE + Q6_K |
| Equinox-31B-MXFP4-Only-Imatrix.gguf | 16.3 GB | MXFP4_MOE Only |
Equinox-31B-MXFP4-Only-Imatrix.ggufMXFP4_Q8_0 & MXFP4_Q6_K
model-quants-imatrix style namingMXFP4) compress the backbone layers uniformly, which degrades the quality of models.Equinox-31B-MXFP4_Q8_0_F16-Imatrix.gguf - Designed for maximum quality preservation, this layout implements a strict 3-Tier Precision Matrix:token_embd.weight - Protects the critical input/output vocabulary mappings. Dramatically prevents text degradation.attn_q, attn_k, attn_v, attn_output, attn_qkv - All core attention layers. Keeps the model's primary attention mechanism high quality.ffn_down, ffn_gate, ffn_up - Downsamples the massive, heavy feed-forward network layers to hardware-optimized 4-bit microscaling blocks.Equinox-31B-MXFP4_Q8_0-Imatrix.gguf - Designed for a slightly leaner memory profile, this layout utilizes 2-Tier Precision:token_embd), final logit projections (output), layer normalizations, and structural layers fall back to the heavy Q8_0 format.attn_k, attn_q, attn_output, ffn_down, ffn_gate, ffn_up - The core attention projections and dense feed-forward network blocks are target-quantized directly to MXFP4 to leverage highly optimized hardware kernels.Equinox-31B-MXFP4_Q6_K_Q8_0-Imatrix.gguf - Designed for a tighter VRAM footprint while preserving quality, this layout implements a strict 3-Tier Precision Matrix:token_embd.weight - Keeps the critical input/output vocabulary mappings. Lessens the text degradation.attn_q, attn_k, attn_v, attn_output, attn_qkv - All core attention layers. Keeps the model's primary attention mechanism at decent quality.ffn_down, ffn_gate, ffn_up - Downsamples the massive, heavy feed-forward network layers to hardware-optimized 4-bit microscaling blocks.Equinox-31B-MXFP4_Q6_K-Imatrix.gguf - Designed for an even tighter VRAM footprint while preserving the mathematical depth of the logical layers, this layout utilizes 2-Tier Precision:token_embd), final logit projections (output), layer normalizations, and structural layers fall back to the heavy Q6_K format.attn_k, attn_q, attn_output, ffn_down, ffn_gate, ffn_up - The core attention projections and dense feed-forward network blocks are target-quantized directly to MXFP4 to leverage highly optimized hardware kernels.Equinox-31B-MXFP4-Only-Imatrix.gguf - Using only MXFP4, this shrinks the model down to 16.3 GB. The quality is not the best, but it can still do decent work.MXFP4, for speed and a low VRAM footprint.llama-quantize utilizing the following manual recipe parameters:1llama-quantize \
2 --tensor-type "token_embd\.weight=F16" \
3 --tensor-type "blk\..*\.(ffn_down|ffn_gate|ffn_up)\.weight=MXFP4" \
4 --imatrix "imatrix.gguf" \
5 "Equinox-31B_Unified_BF16.gguf" \
6 "Equinox-31B-MXFP4_Q8_0_F16-Imatrix.gguf" \
7 Q8_01llama-quantize \
2 --tensor-type "blk\..*\.(attn_k|attn_q|attn_output|ffn_down|ffn_gate|ffn_up)\.weight=MXFP4" \
3 --imatrix "Equinox-31B-combined-imatrix.gguf" \
4 "Equinox-31B_Unified_BF16.gguf" \
5 "Equinox-31B-MXFP4_Q8_0-Imatrix.gguf" \
6 Q8_01llama-quantize \
2 --tensor-type "token_embd\.weight=Q8_0" \
3 --tensor-type "blk\..*\.(ffn_down|ffn_gate|ffn_up)\.weight=MXFP4" \
4 --imatrix "imatrix.gguf" \
5 "Equinox-31B_Unified_BF16.gguf" \
6 "Equinox-31B-MXFP4_Q6_K_Q8_0-Imatrix.gguf" \
7 Q6_K1llama-quantize \
2 --tensor-type "blk\..*\.(attn_k|attn_q|attn_output|ffn_down|ffn_gate|ffn_up)\.weight=MXFP4" \
3 --imatrix "imatrix.gguf" \
4 "Equinox-31B_Unified_BF16.gguf" \
5 "Equinox-31B-MXFP4_Q6_K-Imatrix.gguf" \
6 Q6_K1llama-quantize \
2 --tensor-type "token_embd\.weight=MXFP4" \
3 --tensor-type "blk\..*\.(attn_k|attn_q|attn_v|attn_output|ffn_down|ffn_gate|ffn_up)\.weight=MXFP4" \
4 --imatrix "imatrix.gguf" \
5 "Equinox-31B_Unified_BF16.gguf" \
6 "Equinox-31B-MXFP4-Only-Imatrix.gguf" \
7 MXFP4_MOEEquinox-31B base model.BF16 GGUF quants of Equinox-31B.