File size: 720 Bytes
98d6df4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
98e840b
98d6df4
 
98e840b
1b44b6c
98d6df4
 
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
---
library_name: mlx
language:
- en
pipeline_tag: text-generation
license: apache-2.0
base_model: canopylabs/orpheus-3b-0.1-pretrained
tags:
- mlx
---

# mlx-community/orpheus-3b-0.1-pretrained-8bit

This model [mlx-community/orpheus-3b-0.1-pretrained-8bit](https://huggingface.co/mlx-community/orpheus-3b-0.1-pretrained-8bit) was
converted to MLX format from [canopylabs/orpheus-3b-0.1-pretrained](https://huggingface.co/canopylabs/orpheus-3b-0.1-pretrained)
using mlx-lm version **0.22.2**.

## Use with mlx

```bash
pip install mlx-audio
```

```bash
python -m mlx_audio.tts.generate --model mlx-community/orpheus-3b-0.1-pretrained-8bit --text "Hello world" --voice tara --temperature 0.6 --audio_format mp3```

```