--- license: llama3.2 language: - hi base_model: - canopylabs/orpheus-3b-0.1-pretrained tags: - mlx --- # mlx-community/3b-hi-pretrain-research_release-8bit This model was converted to MLX format from [`canopylabs/3b-hi-pretrain-research_release`]() using mlx-vlm version **0.0.3**. Refer to the [original model card](https://huggingface.co/canopylabs/3b-hi-pretrain-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-hi-pretrain-research_release-8bit --text "Hello, world" ```