majentik commited on
Commit
3c8737e
·
verified ·
1 Parent(s): 542ee2b

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

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -139,3 +139,18 @@ If you want combined weight + KV cache compression, majentik hosts pre-quantized
139
  - [TurboQuant paper (arXiv 2504.19874)](https://arxiv.org/abs/2504.19874)
140
  - [llama-cpp-turboquant fork](https://github.com/johndpope/llama-cpp-turboquant/tree/feature/planarquant-kv-cache)
141
  - [Base model: deepseek-ai/DeepSeek-V3.2](https://huggingface.co/deepseek-ai/DeepSeek-V3.2)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
139
  - [TurboQuant paper (arXiv 2504.19874)](https://arxiv.org/abs/2504.19874)
140
  - [llama-cpp-turboquant fork](https://github.com/johndpope/llama-cpp-turboquant/tree/feature/planarquant-kv-cache)
141
  - [Base model: deepseek-ai/DeepSeek-V3.2](https://huggingface.co/deepseek-ai/DeepSeek-V3.2)
142
+
143
+ ## Variants in this family
144
+
145
+ (Showing 8 sibling variants under `majentik/deepseek-v3.2-*`. The current variant — `RotorQuant` — is **bolded**.)
146
+
147
+ | Variant | Runtime | Approx size | Use case |
148
+ |---|---|---|---|
149
+ | **RotorQuant** | runtime modifier | n/a | KV-cache root (weight-agnostic) |
150
+ | [RotorQuant-MLX-2bit](https://huggingface.co/majentik/deepseek-v3.2-rotorquant-mlx-2bit) | mlx-lm | card-only | Apple Silicon, smallest |
151
+ | [RotorQuant-MLX-4bit](https://huggingface.co/majentik/deepseek-v3.2-rotorquant-mlx-4bit) | mlx-lm | card-only | Apple Silicon balanced |
152
+ | [RotorQuant-MLX-8bit](https://huggingface.co/majentik/deepseek-v3.2-rotorquant-mlx-8bit) | mlx-lm | card-only | Apple Silicon reference |
153
+ | [TurboQuant](https://huggingface.co/majentik/deepseek-v3.2-turboquant) | runtime modifier | n/a | KV-cache root (weight-agnostic) |
154
+ | [TurboQuant-MLX-2bit](https://huggingface.co/majentik/deepseek-v3.2-turboquant-mlx-2bit) | mlx-lm | card-only | Apple Silicon, smallest |
155
+ | [TurboQuant-MLX-4bit](https://huggingface.co/majentik/deepseek-v3.2-turboquant-mlx-4bit) | mlx-lm | card-only | Apple Silicon balanced |
156
+ | [TurboQuant-MLX-8bit](https://huggingface.co/majentik/deepseek-v3.2-turboquant-mlx-8bit) | mlx-lm | card-only | Apple Silicon reference |