--- library_name: mlx language: - en pipeline_tag: text-to-speech license: apache-2.0 base_model: canopylabs/orpheus-3b-0.1-ft tags: - mlx --- # mlx-community/orpheus-3b-0.1-ft-4bit This model [mlx-community/orpheus-3b-0.1-ft-4bit](https://huggingface.co/mlx-community/orpheus-3b-0.1-ft-4bit) was converted to MLX format from [canopylabs/orpheus-3b-0.1-ft](https://huggingface.co/canopylabs/orpheus-3b-0.1-ft) using mlx-audio version **0.0.3**. ## Use with mlx ```bash pip install -U mlx-audio ``` ```bash python -m mlx_audio.tts.generate --model mlx-community/orpheus-3b-0.1-ft-4bit --text "Hello world" --voice tara --temperature 0.6 --audio_format mp3```