Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ tags:
|
|
| 15 |
- mlx
|
| 16 |
---
|
| 17 |
|
| 18 |
-
# mlx-community/VoxCPM1.5-4bit
|
| 19 |
This model was converted to MLX format from [`openbmb/VoxCPM1.5`](https://huggingface.co/openbmb/VoxCPM1.5) using mlx-audio version **0.2.7**.
|
| 20 |
Refer to the [original model card](https://huggingface.co/openbmb/VoxCPM1.5) for more details on the model.
|
| 21 |
## Use with mlx
|
|
@@ -25,5 +25,5 @@ pip install -U mlx-audio
|
|
| 25 |
```
|
| 26 |
|
| 27 |
```bash
|
| 28 |
-
python -m mlx_audio.tts.generate --model mlx-community/VoxCPM1.5-4bit
|
| 29 |
```
|
|
|
|
| 15 |
- mlx
|
| 16 |
---
|
| 17 |
|
| 18 |
+
# mlx-community/VoxCPM1.5-4bit
|
| 19 |
This model was converted to MLX format from [`openbmb/VoxCPM1.5`](https://huggingface.co/openbmb/VoxCPM1.5) using mlx-audio version **0.2.7**.
|
| 20 |
Refer to the [original model card](https://huggingface.co/openbmb/VoxCPM1.5) for more details on the model.
|
| 21 |
## Use with mlx
|
|
|
|
| 25 |
```
|
| 26 |
|
| 27 |
```bash
|
| 28 |
+
python -m mlx_audio.tts.generate --model mlx-community/VoxCPM1.5-4bit --text "Describe this image."
|
| 29 |
```
|