File size: 711 Bytes
542f5f8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
---
license: apache-2.0
datasets:
- amphion/Emilia-Dataset
language:
- en
base_model:
- Marvis-AI/marvis-tts-250m-v0.1-base
library_name: transformers
tags:
- mlx
- mlx-audio
- transformers
- mlx
---
# Marvis-AI/marvis-tts-250m-v0.1-MLX-8bit
This model was converted to MLX format from [`Marvis-AI/marvis-tts-250m-v0.1`](https://huggingface.co/Marvis-AI/marvis-tts-250m-v0.1) using mlx-audio version **0.2.5**.
Refer to the [original model card](https://huggingface.co/Marvis-AI/marvis-tts-250m-v0.1) for more details on the model.
## Use with mlx
```bash
pip install -U mlx-audio
```
```bash
python -m mlx_audio.tts.generate --model Marvis-AI/marvis-tts-250m-v0.1-MLX-8bit --text "Describe this image."
```
|