Views
No views yet
FunAudioLLM/Fun-CosyVoice3-0.5B
to MLX 8-bit weights for the LLM and flow-matching components, packaged
for soniqo/speech-swift's
CosyVoiceTTSModel.1# end-user (downstream consumer)
2python -c "from huggingface_hub import snapshot_download; \
3 snapshot_download(repo_id='aimason/CosyVoice3-0.5B-MLX-8bit-full', revision='v1', \
4 local_dir='~/Library/Caches/qwen3-speech/models/aimason/CosyVoice3-0.5B-MLX-8bit-full')"
5
6# then run audio-server (built from the speech-swift fork with our patches)
7audio-server --cosyvoice-model-id aimason/CosyVoice3-0.5B-MLX-8bit-fullLICENSE file in this repo is a verbatim copy of the upstream
license. Conversion adds nothing copyrightable beyond a deterministic
re-quantization recipe.weights_signature.json (PyTorch
checkpoint sha + mlx version + bits/group_size + script git sha).
Re-running scripts/cosyvoice3-mlx-quantize.py
with matching inputs reproduces these weights bit-for-bit.PUBLISH_MANIFEST.json pins per-file sha256 — downstream consumers
verify integrity against this manifest after snapshot_download.