majentik commited on
Commit
077539c
·
verified ·
1 Parent(s): 9c2ed63

docs: remove AWQ variants (AWQ lane paused; MLX focus)

Browse files
Files changed (1) hide show
  1. README.md +0 -4
README.md CHANGED
@@ -183,8 +183,6 @@ For VRAM-constrained setups, standard q8_0 KV cache quantization already halves
183
  | Variant | Runtime | Approx size | Use case |
184
  |---|---|---|---|
185
  | [RotorQuant](https://huggingface.co/majentik/qwen3.6-35b-a3b-rotorquant) | runtime modifier | n/a | KV-cache root (weight-agnostic) |
186
- | [RotorQuant-AWQ-4bit](https://huggingface.co/majentik/qwen3.6-35b-a3b-rotorquant-awq-4bit) | transformers | ~22 GB | GPU 4-bit (AutoAWQ) |
187
- | [RotorQuant-AWQ-8bit](https://huggingface.co/majentik/qwen3.6-35b-a3b-rotorquant-awq-8bit) | transformers | ~38 GB | GPU 8-bit (AutoAWQ) |
188
  | **RotorQuant-GGUF-IQ4_XS** | llama.cpp | ~30 GB | Lossy 4-bit, low-RAM CPU/edge |
189
  | [RotorQuant-GGUF-Q2_K](https://huggingface.co/majentik/qwen3.6-35b-a3b-rotorquant-gguf-Q2_K) | llama.cpp | ~21 GB | Lossy, low-RAM CPU/edge |
190
  | [RotorQuant-GGUF-Q3_K_M](https://huggingface.co/majentik/qwen3.6-35b-a3b-rotorquant-gguf-Q3_K_M) | llama.cpp | ~27 GB | Smaller 3-bit, CPU-friendly |
@@ -198,8 +196,6 @@ For VRAM-constrained setups, standard q8_0 KV cache quantization already halves
198
  | [RotorQuant-MLX-6bit](https://huggingface.co/majentik/qwen3.6-35b-a3b-rotorquant-mlx-6bit) | mlx-lm | ~32 GB | Apple Silicon, near-lossless |
199
  | [RotorQuant-MLX-8bit](https://huggingface.co/majentik/qwen3.6-35b-a3b-rotorquant-mlx-8bit) | mlx-lm | ~41 GB | Apple Silicon reference |
200
  | [TurboQuant](https://huggingface.co/majentik/qwen3.6-35b-a3b-turboquant) | runtime modifier | n/a | KV-cache root (weight-agnostic) |
201
- | [TurboQuant-AWQ-4bit](https://huggingface.co/majentik/qwen3.6-35b-a3b-turboquant-awq-4bit) | transformers | ~22 GB | GPU 4-bit (AutoAWQ) |
202
- | [TurboQuant-AWQ-8bit](https://huggingface.co/majentik/qwen3.6-35b-a3b-turboquant-awq-8bit) | transformers | ~38 GB | GPU 8-bit (AutoAWQ) |
203
  | [TurboQuant-MLX-2bit](https://huggingface.co/majentik/qwen3.6-35b-a3b-turboquant-mlx-2bit) | mlx-lm | ~11 GB | Apple Silicon, smallest |
204
  | [TurboQuant-MLX-3bit](https://huggingface.co/majentik/qwen3.6-35b-a3b-turboquant-mlx-3bit) | mlx-lm | ~16 GB | Apple Silicon, small |
205
  | [TurboQuant-MLX-4bit](https://huggingface.co/majentik/qwen3.6-35b-a3b-turboquant-mlx-4bit) | mlx-lm | ~22 GB | Apple Silicon balanced |
 
183
  | Variant | Runtime | Approx size | Use case |
184
  |---|---|---|---|
185
  | [RotorQuant](https://huggingface.co/majentik/qwen3.6-35b-a3b-rotorquant) | runtime modifier | n/a | KV-cache root (weight-agnostic) |
 
 
186
  | **RotorQuant-GGUF-IQ4_XS** | llama.cpp | ~30 GB | Lossy 4-bit, low-RAM CPU/edge |
187
  | [RotorQuant-GGUF-Q2_K](https://huggingface.co/majentik/qwen3.6-35b-a3b-rotorquant-gguf-Q2_K) | llama.cpp | ~21 GB | Lossy, low-RAM CPU/edge |
188
  | [RotorQuant-GGUF-Q3_K_M](https://huggingface.co/majentik/qwen3.6-35b-a3b-rotorquant-gguf-Q3_K_M) | llama.cpp | ~27 GB | Smaller 3-bit, CPU-friendly |
 
196
  | [RotorQuant-MLX-6bit](https://huggingface.co/majentik/qwen3.6-35b-a3b-rotorquant-mlx-6bit) | mlx-lm | ~32 GB | Apple Silicon, near-lossless |
197
  | [RotorQuant-MLX-8bit](https://huggingface.co/majentik/qwen3.6-35b-a3b-rotorquant-mlx-8bit) | mlx-lm | ~41 GB | Apple Silicon reference |
198
  | [TurboQuant](https://huggingface.co/majentik/qwen3.6-35b-a3b-turboquant) | runtime modifier | n/a | KV-cache root (weight-agnostic) |
 
 
199
  | [TurboQuant-MLX-2bit](https://huggingface.co/majentik/qwen3.6-35b-a3b-turboquant-mlx-2bit) | mlx-lm | ~11 GB | Apple Silicon, smallest |
200
  | [TurboQuant-MLX-3bit](https://huggingface.co/majentik/qwen3.6-35b-a3b-turboquant-mlx-3bit) | mlx-lm | ~16 GB | Apple Silicon, small |
201
  | [TurboQuant-MLX-4bit](https://huggingface.co/majentik/qwen3.6-35b-a3b-turboquant-mlx-4bit) | mlx-lm | ~22 GB | Apple Silicon balanced |