File size: 494 Bytes
ef360a4 8bef073 ef360a4 8bef073 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
---
license: apache-2.0
language:
- en
base_model:
- sesame/csm-1b
pipeline_tag: text-to-speech
library_name: mlx
---
# mlx-community/csm-1b
This model was converted to MLX format from [`sesame/csm-1b`]() using mlx-audio version **0.0.3**.
Refer to the [original model card](https://huggingface.co/sesame/csm-1b) for more details on the model.
## Use with mlx
```bash
pip install -U mlx-audio
```
```bash
python -m mlx_audio.tts.generate --model mlx-community/csm-1b --text "Hello world"
``` |