majentik commited on
Commit
2214518
·
verified ·
1 Parent(s): 0fc89a4

Remove links to retired duplicate brand variants

Browse files
Files changed (1) hide show
  1. README.md +0 -6
README.md CHANGED
@@ -96,7 +96,6 @@ upstream options described above (`-ctk/-ctv q8_0`, `OLLAMA_KV_CACHE_TYPE`).
96
  | Precision | Approximate Size | MLX Variant |
97
  |---|---|---|
98
  | FP16 (original) | ~62 GB | -- |
99
- | 8-bit quantized | ~31 GB | [RotorQuant-MLX-8bit](https://huggingface.co/majentik/gemma-4-31B-it-RotorQuant-MLX-8bit) |
100
  | **4-bit quantized** | **~17 GB** | **This model** |
101
  | 2-bit quantized | ~9 GB | [RotorQuant-MLX-2bit](https://huggingface.co/majentik/gemma-4-31B-it-RotorQuant-MLX-2bit) |
102
 
@@ -111,9 +110,7 @@ This model requires approximately 17 GB of unified memory. Recommended hardware:
111
  ## See Also
112
 
113
  - [google/gemma-4-31B-it](https://huggingface.co/google/gemma-4-31B-it) -- Base model
114
- - [majentik/gemma-4-31B-it-RotorQuant-MLX-8bit](https://huggingface.co/majentik/gemma-4-31B-it-RotorQuant-MLX-8bit) -- MLX 8-bit variant
115
  - [majentik/gemma-4-31B-it-RotorQuant-MLX-2bit](https://huggingface.co/majentik/gemma-4-31B-it-RotorQuant-MLX-2bit) -- MLX 2-bit variant
116
- - [majentik/gemma-4-31B-it-TurboQuant-MLX-4bit](https://huggingface.co/majentik/gemma-4-31B-it-TurboQuant-MLX-4bit) -- TurboQuant MLX 4-bit variant
117
  - [RotorQuant GitHub](https://github.com/scrya-com/rotorquant)
118
  - [MLX Framework](https://github.com/ml-explore/mlx)
119
 
@@ -144,7 +141,4 @@ This model requires approximately 17 GB of unified memory. Recommended hardware:
144
  | [RotorQuant-GGUF-Q8_0](https://huggingface.co/majentik/gemma-4-31b-it-rotorquant-gguf-Q8_0) | llama.cpp | ~65 GB | Near-lossless reference |
145
  | [RotorQuant-MLX-2bit](https://huggingface.co/majentik/gemma-4-31b-it-rotorquant-mlx-2bit) | mlx-lm | ~9.9 GB | Apple Silicon, smallest |
146
  | **RotorQuant-MLX-4bit** | mlx-lm | ~19 GB | Apple Silicon balanced |
147
- | [RotorQuant-MLX-8bit](https://huggingface.co/majentik/gemma-4-31b-it-rotorquant-mlx-8bit) | mlx-lm | ~37 GB | Apple Silicon reference |
148
- | [TurboQuant-MLX-2bit](https://huggingface.co/majentik/gemma-4-31b-it-turboquant-mlx-2bit) | mlx-lm | ~9.9 GB | Apple Silicon, smallest |
149
- | [TurboQuant-MLX-4bit](https://huggingface.co/majentik/gemma-4-31b-it-turboquant-mlx-4bit) | mlx-lm | ~19 GB | Apple Silicon balanced |
150
  | [TurboQuant-MLX-8bit](https://huggingface.co/majentik/gemma-4-31b-it-turboquant-mlx-8bit) | mlx-lm | ~37 GB | Apple Silicon reference |
 
96
  | Precision | Approximate Size | MLX Variant |
97
  |---|---|---|
98
  | FP16 (original) | ~62 GB | -- |
 
99
  | **4-bit quantized** | **~17 GB** | **This model** |
100
  | 2-bit quantized | ~9 GB | [RotorQuant-MLX-2bit](https://huggingface.co/majentik/gemma-4-31B-it-RotorQuant-MLX-2bit) |
101
 
 
110
  ## See Also
111
 
112
  - [google/gemma-4-31B-it](https://huggingface.co/google/gemma-4-31B-it) -- Base model
 
113
  - [majentik/gemma-4-31B-it-RotorQuant-MLX-2bit](https://huggingface.co/majentik/gemma-4-31B-it-RotorQuant-MLX-2bit) -- MLX 2-bit variant
 
114
  - [RotorQuant GitHub](https://github.com/scrya-com/rotorquant)
115
  - [MLX Framework](https://github.com/ml-explore/mlx)
116
 
 
141
  | [RotorQuant-GGUF-Q8_0](https://huggingface.co/majentik/gemma-4-31b-it-rotorquant-gguf-Q8_0) | llama.cpp | ~65 GB | Near-lossless reference |
142
  | [RotorQuant-MLX-2bit](https://huggingface.co/majentik/gemma-4-31b-it-rotorquant-mlx-2bit) | mlx-lm | ~9.9 GB | Apple Silicon, smallest |
143
  | **RotorQuant-MLX-4bit** | mlx-lm | ~19 GB | Apple Silicon balanced |
 
 
 
144
  | [TurboQuant-MLX-8bit](https://huggingface.co/majentik/gemma-4-31b-it-turboquant-mlx-8bit) | mlx-lm | ~37 GB | Apple Silicon reference |