Views
No views yet
speech-swift runtime.| File | Precision | Size |
|---|---|---|
model.safetensors | int8 backbone (group 64, 8-bit) | ~689 MB |
audio_tokenizer/model.safetensors | fp16 codec (Higgs-audio v2) | ~403 MB |
tokenizer.json, config.json, … | — | — |
| Variant | Backbone | Total | Use |
|---|---|---|---|
OmniVoice-MLX-fp16 | fp16 | ~1.5 GB | balanced |
OmniVoice-MLX-int8 | int8 | ~1.0 GB | fastest / smallest |
OmniVoiceTTS module in speech-swift. The quantization block in
config.json (group_size: 64, bits: 8) tells the loader to swap the
Linear/Embedding layers to their quantized form before loading the weights.