Views
No views yet
| Metric | bf16 | 6-bit (this) |
|---|---|---|
| Download | 2.3 GB | 1.7 GB |
| Metal RAM | ~2.4 GB | ~1.7 GB |
| RTF (16cb) | 0.68 | 0.54 |
| RTF (12cb) | — | 0.47 |
| TTFA (16cb) | ~200ms | ~170ms |
| TTFA (12cb) | — | ~147ms |
| Quality | Best | Very close |
1git clone https://github.com/sentiuminc/holler.git && cd holler
2./build.sh
3./holler --6bit --text 'Hello world' --talk1git clone https://github.com/sentiuminc/holler.git && cd holler
2python3 -m venv .venv && source .venv/bin/activate
3pip install -r requirements.txt
4
5python3 inference/server.py -c sentiuminc/holler-0.6b-6bit
6# → http://localhost:81001import HollerKit
2
3let model = try await HollerModel.load(repo: "sentiuminc/holler-0.6b-6bit")
4let audio = try await model.synthesize("Hello world", voice: "kit")1from mlx_audio.tts import load
2model = load("sentiuminc/holler-0.6b-6bit")
3audio = model.generate("Hello world", speaker="kit")mlx_audio.convert. The speech_tokenizer/ is shared with the bf16 variant and is not quantized.