Views
No views yet
| Path pattern | Bits | Group |
|---|---|---|
text_emb | 8 | 64 |
text_linear | 8 | 64 |
audio_embs.* | 8 | 64 |
depformer.* (all Linear / Embedding) | 8 | 64 |
All transformer.layers.* Linear / Embedding | 4 | 32 |
| Norms, Mimi conv layers | — | — |
kyutai/moshika-mlx-bf16 (tokenizer-e351c8d8-checkpoint125.safetensors).| Variant | Approx weights | Notes |
|---|---|---|
| BF16 | ~14 GB | Reference |
| q8 (group 64), uniform | ~7.4 GB | kyutai/moshika-mlx-q8 |
| mixed (this) | ~5.0 GB | q4 bulk + q8 sensitive |
| q4 (group 32), uniform | ~3.7 GB | kyutai/moshika-mlx-q4 |
1moshi-cli run hf://strumecki/moshika-mlx-mp/model.mp.safetensors \
2 --config moshi7b \
3 --mimi-model hf://kyutai/moshika-mlx-bf16/tokenizer-e351c8d8-checkpoint125.safetensors \
4 --input mickyutai/moshika-mlx-bf16/model.safetensors using scripts/convert_mixed_precision.py in the moshi-swift fork. Two passes of mlx.nn.quantize with mutually-exclusive class_predicate filters.moshi-swift requires applying the same predicate before update(parameters:).