prince-canuma commited on
Commit
5314ff1
·
verified ·
1 Parent(s): 245be22

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -30,7 +30,7 @@ tags:
30
  - mlx
31
  ---
32
 
33
- # mlx-community/Llama-OuteTTS-1.0-1B-bf16
34
  This model was converted to MLX format from [`OuteAI/Llama-OuteTTS-1.0-1B`](https://huggingface.co/OuteAI/Llama-OuteTTS-1.0-1B) using mlx-audio version **0.2.2**.
35
  Refer to the [original model card](https://huggingface.co/OuteAI/Llama-OuteTTS-1.0-1B) for more details on the model.
36
  ## Use with mlx
@@ -40,5 +40,5 @@ pip install -U mlx-audio
40
  ```
41
 
42
  ```bash
43
- python -m mlx_audio.tts.generate --model mlx-community/Llama-OuteTTS-1.0-1B-bf16 --text "Describe this image."
44
  ```
 
30
  - mlx
31
  ---
32
 
33
+ # mlx-community/Llama-OuteTTS-1.0-1B-fp16
34
  This model was converted to MLX format from [`OuteAI/Llama-OuteTTS-1.0-1B`](https://huggingface.co/OuteAI/Llama-OuteTTS-1.0-1B) using mlx-audio version **0.2.2**.
35
  Refer to the [original model card](https://huggingface.co/OuteAI/Llama-OuteTTS-1.0-1B) for more details on the model.
36
  ## Use with mlx
 
40
  ```
41
 
42
  ```bash
43
+ python -m mlx_audio.tts.generate --model mlx-community/Llama-OuteTTS-1.0-1B-fp16 --text "Describe this image."
44
  ```