Instructions to use commandeaw/OmniVoice-MLX-4bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use commandeaw/OmniVoice-MLX-4bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir OmniVoice-MLX-4bit commandeaw/OmniVoice-MLX-4bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
base_model: k2-fsa/OmniVoice
|
|
|
|
| 4 |
library_name: mlx-audio
|
| 5 |
pipeline_tag: text-to-speech
|
| 6 |
tags:
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
base_model: k2-fsa/OmniVoice
|
| 4 |
+
base_model_relation: quantized
|
| 5 |
library_name: mlx-audio
|
| 6 |
pipeline_tag: text-to-speech
|
| 7 |
tags:
|