MichaelAnthony commited on
Commit
15bdfa3
·
verified ·
1 Parent(s): 95ef2e1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -83,12 +83,12 @@ repositories and are loadable directly by `mlx_vlm.generate`:
83
 
84
  | Variant | Quantization | Size | Notes |
85
  | --- | --- | --- | --- |
86
- | [`gemma4-e2b-Snowfox-MLX-4bit`](https://huggingface.co/MichaelAnthony/gemma4-e2b-Snowfox-MLX-4bit) | 4-bit affine, group 64 | ~6.85 GB | GGUF `Q4_K_M` analogue |
87
- | [`gemma4-e2b-Snowfox-MLX-6bit`](https://huggingface.co/MichaelAnthony/gemma4-e2b-Snowfox-MLX-6bit) | 6-bit affine, group 64 | ~7.43 GB | GGUF `Q6_K` analogue |
88
 
89
- These use MLX-VLM's standard Linear-only affine quantization (embeddings, norms,
90
- and convolutions stay FP16) and match `convert --quantize` / `--q-bits 6`
91
- output byte-for-byte.
92
 
93
  The earlier oMLX oQ ("oQ4/oQ6/oQ8") build-to-order plan was never published;
94
  use the standard 4-bit/6-bit packages above instead.
 
83
 
84
  | Variant | Quantization | Size | Notes |
85
  | --- | --- | --- | --- |
86
+ | [`gemma4-e2b-Snowfox-MLX-4bit`](https://huggingface.co/MichaelAnthony/gemma4-e2b-Snowfox-MLX-4bit) | 4-bit affine, group 64 | ~3.55 GB | GGUF `Q4_K_M` analogue |
87
+ | [`gemma4-e2b-Snowfox-MLX-6bit`](https://huggingface.co/MichaelAnthony/gemma4-e2b-Snowfox-MLX-6bit) | 6-bit affine, group 64 | ~4.71 GB | GGUF `Q6_K` analogue |
88
 
89
+ These quantize the language backbone (including the large per-layer embeddings)
90
+ to 4-bit/6-bit affine while keeping the vision and audio towers dense in FP16,
91
+ so they are smaller than a standard Linear-only quantization.
92
 
93
  The earlier oMLX oQ ("oQ4/oQ6/oQ8") build-to-order plan was never published;
94
  use the standard 4-bit/6-bit packages above instead.