Views
No views yet
i-nano profile and an importance matrix calibrated on a diverse code/math/reasoning dataset.| Property | Value |
|---|---|
| Base Model | prithivMLmods/Qwen3.6-35B-A3B-abliterated-MAX |
| Quantizer | mudler/apex-quant |
| Profile | i-nano (importance-matrix calibrated) |
| BPW | 2.72 |
| File Size | ~11 GB |
| Layers | 40 |
| Calibration Data | tomngdev/imatrix-calibration-data |
i-nano variant uses importance matrix calibration to enable very low-bit formats (IQ2_S, IQ2_XXS) on middle-layer expert weights while preserving output quality.1# CLI
2./llama-cli -m Qwen3.6-35B-A3B-abliterated-MAX-APEX-i-nano.gguf -p "Your prompt here"
3
4# Server
5./llama-server -m Qwen3.6-35B-A3B-abliterated-MAX-APEX-i-nano.gguf--host 0.0.0.0 --port 8080| File | Description |
|---|---|
Qwen3.6-35B-A3B-abliterated-MAX-APEX-i-nano.gguf | The quantized model (~11 GB) |
imatrix.dat | Importance matrix used for calibration |