Instructions to use mlx-community/chatterbox-fp16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/chatterbox-fp16 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir chatterbox-fp16 mlx-community/chatterbox-fp16
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"model_type": "chatterbox",
|
| 3 |
-
"version": "1.0"
|
| 4 |
"multilingual": true,
|
| 5 |
"vocab_size": 2454,
|
| 6 |
"precision": "fp16"
|
|
|
|
| 1 |
{
|
| 2 |
"model_type": "chatterbox",
|
| 3 |
+
"version": "1.0",
|
| 4 |
"multilingual": true,
|
| 5 |
"vocab_size": 2454,
|
| 6 |
"precision": "fp16"
|