--- library_name: transformers language: - fr pipeline_tag: text-to-speech license: llama3.2 base_model: - meta-llama/Llama-3.2-3B-Instruct tags: - mlx --- # mlx-community/3b-fr-pretrain-research_release-bf16 This model was converted to MLX format from [`canopylabs/3b-fr-pretrain-research_release`]() using mlx-vlm version **0.0.3**. Refer to the [original model card](https://huggingface.co/canopylabs/3b-fr-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-fr-pretrain-research_release-bf16 --text "Hello, world" ```