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