majentik commited on
Commit
249ace0
·
verified ·
1 Parent(s): f638f0a

docs: Tier 2 polish — variant matrix + quant trade-off

Browse files
Files changed (1) hide show
  1. README.md +39 -9
README.md CHANGED
@@ -6,15 +6,13 @@ license: other
6
  license_name: minimax-model-license
7
  license_link: https://huggingface.co/MiniMaxAI/MiniMax-M2.7/blob/main/LICENSE
8
  tags:
9
- - minimax
10
- - m2.7
11
- - moe
12
- - quantized
13
- - rotorquant
14
- - kv-cache-quantization
15
- - mlx
16
- language:
17
- - en
18
  ---
19
 
20
  # MiniMax-M2.7-RotorQuant-MLX-5bit
@@ -91,3 +89,35 @@ print(response)
91
  - [majentik/MiniMax-M2.7-TurboQuant-MLX-5bit](https://huggingface.co/majentik/MiniMax-M2.7-TurboQuant-MLX-5bit) -- TurboQuant MLX 5-bit
92
  - [majentik/MiniMax-M2.7-RotorQuant-MLX-8bit](https://huggingface.co/majentik/MiniMax-M2.7-RotorQuant-MLX-8bit) -- MLX 8-bit
93
  - [majentik/MiniMax-M2.7-RotorQuant-MLX-4bit](https://huggingface.co/majentik/MiniMax-M2.7-RotorQuant-MLX-4bit) -- MLX 4-bit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  license_name: minimax-model-license
7
  license_link: https://huggingface.co/MiniMaxAI/MiniMax-M2.7/blob/main/LICENSE
8
  tags:
9
+ - minimax
10
+ - m2.7
11
+ - moe
12
+ - quantized
13
+ - rotorquant
14
+ - kv-cache-quantization
15
+ - mlx
 
 
16
  ---
17
 
18
  # MiniMax-M2.7-RotorQuant-MLX-5bit
 
89
  - [majentik/MiniMax-M2.7-TurboQuant-MLX-5bit](https://huggingface.co/majentik/MiniMax-M2.7-TurboQuant-MLX-5bit) -- TurboQuant MLX 5-bit
90
  - [majentik/MiniMax-M2.7-RotorQuant-MLX-8bit](https://huggingface.co/majentik/MiniMax-M2.7-RotorQuant-MLX-8bit) -- MLX 8-bit
91
  - [majentik/MiniMax-M2.7-RotorQuant-MLX-4bit](https://huggingface.co/majentik/MiniMax-M2.7-RotorQuant-MLX-4bit) -- MLX 4-bit
92
+
93
+ ## Quant trade-off (MLX lane)
94
+
95
+ | Bits | Approx size | Use case | Recommendation |
96
+ |---|---|---|---|
97
+ | 2-bit | ~119 GB | Aggressive quantization | Very low-RAM Macs |
98
+ | 3-bit | ~164 GB | Lossy but small | Low-RAM Macs |
99
+ | 4-bit | ~192 GB | Balanced default | Recommended for most Macs |
100
+ | **5-bit** | ~228 GB | Higher fidelity | **Quality-sensitive** |
101
+ | 6-bit | ~274 GB | Approaching FP16 quality | High-fidelity |
102
+ | 8-bit | ~347 GB | Near-lossless reference | Fidelity-critical work |
103
+
104
+ (Current variant — **5bit** — is bolded.)
105
+
106
+ ## Variants in this family
107
+
108
+ (Showing 12 sibling variants under `majentik/minimax-m2.7-*`. The current variant — `RotorQuant-MLX-5bit` — is **bolded**.)
109
+
110
+ | Variant | Runtime | Approx size | Use case |
111
+ |---|---|---|---|
112
+ | [RotorQuant](https://huggingface.co/majentik/minimax-m2.7-rotorquant) | runtime modifier | n/a | KV-cache root (weight-agnostic) |
113
+ | [RotorQuant-MLX-2bit](https://huggingface.co/majentik/minimax-m2.7-rotorquant-mlx-2bit) | mlx-lm | ~885 MB | Apple Silicon, smallest |
114
+ | [RotorQuant-MLX-3bit](https://huggingface.co/majentik/minimax-m2.7-rotorquant-mlx-3bit) | mlx-lm | ~1.2 GB | Apple Silicon, small |
115
+ | [RotorQuant-MLX-4bit](https://huggingface.co/majentik/minimax-m2.7-rotorquant-mlx-4bit) | mlx-lm | ~1.7 GB | Apple Silicon balanced |
116
+ | **RotorQuant-MLX-5bit** | mlx-lm | ~2.1 GB | Apple Silicon, higher fidelity |
117
+ | [RotorQuant-MLX-8bit](https://huggingface.co/majentik/minimax-m2.7-rotorquant-mlx-8bit) | mlx-lm | ~3.2 GB | Apple Silicon reference |
118
+ | [TurboQuant](https://huggingface.co/majentik/minimax-m2.7-turboquant) | runtime modifier | n/a | KV-cache root (weight-agnostic) |
119
+ | [TurboQuant-MLX-2bit](https://huggingface.co/majentik/minimax-m2.7-turboquant-mlx-2bit) | mlx-lm | ~885 MB | Apple Silicon, smallest |
120
+ | [TurboQuant-MLX-3bit](https://huggingface.co/majentik/minimax-m2.7-turboquant-mlx-3bit) | mlx-lm | ~1.2 GB | Apple Silicon, small |
121
+ | [TurboQuant-MLX-4bit](https://huggingface.co/majentik/minimax-m2.7-turboquant-mlx-4bit) | mlx-lm | ~1.7 GB | Apple Silicon balanced |
122
+ | [TurboQuant-MLX-5bit](https://huggingface.co/majentik/minimax-m2.7-turboquant-mlx-5bit) | mlx-lm | ~2.1 GB | Apple Silicon, higher fidelity |
123
+ | [TurboQuant-MLX-8bit](https://huggingface.co/majentik/minimax-m2.7-turboquant-mlx-8bit) | mlx-lm | ~3.2 GB | Apple Silicon reference |