--- library_name: transformers language: - de pipeline_tag: text-to-speech license: apache-2.0 base_model: - meta-llama/Llama-3.2-3B-Instruct - canopylabs/orpheus-3b-0.1-pretrained tags: - mlx --- # mlx-community/3b-de-ft-research_release-8bit This model was converted to MLX format from [`canopylabs/3b-de-ft-research_release`]() using mlx-vlm version **0.0.3**. Refer to the [original model card](https://huggingface.co/canopylabs/3b-de-ft-research_release) for more details on the model. ## Use with mlx ```bash pip install -U mlx-audio ``` ```bash python -m mlx_audio.tts.generate --model mlx-community/3b-de-ft-research_release-8bit --text "Hello, world" ```