Update README.md
Browse files
README.md
CHANGED
|
@@ -30,7 +30,7 @@ tags:
|
|
| 30 |
- mlx
|
| 31 |
---
|
| 32 |
|
| 33 |
-
# mlx-community/Llama-OuteTTS-1.0-1B-
|
| 34 |
This model was converted to MLX format from [`OuteAI/Llama-OuteTTS-1.0-1B`](https://huggingface.co/OuteAI/Llama-OuteTTS-1.0-1B) using mlx-audio version **0.2.2**.
|
| 35 |
Refer to the [original model card](https://huggingface.co/OuteAI/Llama-OuteTTS-1.0-1B) for more details on the model.
|
| 36 |
## Use with mlx
|
|
@@ -40,5 +40,5 @@ pip install -U mlx-audio
|
|
| 40 |
```
|
| 41 |
|
| 42 |
```bash
|
| 43 |
-
python -m mlx_audio.tts.generate --model mlx-community/Llama-OuteTTS-1.0-1B-
|
| 44 |
```
|
|
|
|
| 30 |
- mlx
|
| 31 |
---
|
| 32 |
|
| 33 |
+
# mlx-community/Llama-OuteTTS-1.0-1B-fp16
|
| 34 |
This model was converted to MLX format from [`OuteAI/Llama-OuteTTS-1.0-1B`](https://huggingface.co/OuteAI/Llama-OuteTTS-1.0-1B) using mlx-audio version **0.2.2**.
|
| 35 |
Refer to the [original model card](https://huggingface.co/OuteAI/Llama-OuteTTS-1.0-1B) for more details on the model.
|
| 36 |
## Use with mlx
|
|
|
|
| 40 |
```
|
| 41 |
|
| 42 |
```bash
|
| 43 |
+
python -m mlx_audio.tts.generate --model mlx-community/Llama-OuteTTS-1.0-1B-fp16 --text "Describe this image."
|
| 44 |
```
|