Instructions to use mlx-community/CosyVoice2-0.5B-8bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/CosyVoice2-0.5B-8bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir CosyVoice2-0.5B-8bit mlx-community/CosyVoice2-0.5B-8bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
| { | |
| "model_type": "cosyvoice2", | |
| "version": "0.5B", | |
| "sample_rate": 24000, | |
| "mel_channels": 80, | |
| "speech_token_size": 6561, | |
| "dtype": "float16", | |
| "quantization": { | |
| "bits": 8, | |
| "group_size": 64, | |
| "quantized_components": [ | |
| "tokenizer/model.layers" | |
| ] | |
| } | |
| } |