Instructions to use mlx-community/Audio8-TTS-Preview-0.6b-bf16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/Audio8-TTS-Preview-0.6b-bf16 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Audio8-TTS-Preview-0.6b-bf16 mlx-community/Audio8-TTS-Preview-0.6b-bf16
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
| { | |
| "do_sample": true, | |
| "eos_token_id": 151645, | |
| "max_new_tokens": 512, | |
| "pad_token_id": 151643, | |
| "temperature": 0.7, | |
| "top_k": 50, | |
| "top_p": 0.9, | |
| "transformers_version": "4.57.5" | |
| } | |