Instructions to use dgrauet/void-model-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use dgrauet/void-model-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir void-model-mlx dgrauet/void-model-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
Record the repo's sibling links in the manifest
Browse files- split_model.json +5 -1
split_model.json
CHANGED
|
@@ -12,5 +12,9 @@
|
|
| 12 |
"VideoX-Fun-mlx (engine): https://github.com/dgrauet/VideoX-Fun-mlx",
|
| 13 |
"Base model weights: https://huggingface.co/dgrauet/CogVideoX-Fun-V1.5-5b-InP-mlx"
|
| 14 |
],
|
| 15 |
-
"usage_url": "https://github.com/dgrauet/void-model-mlx"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
}
|
|
|
|
| 12 |
"VideoX-Fun-mlx (engine): https://github.com/dgrauet/VideoX-Fun-mlx",
|
| 13 |
"Base model weights: https://huggingface.co/dgrauet/CogVideoX-Fun-V1.5-5b-InP-mlx"
|
| 14 |
],
|
| 15 |
+
"usage_url": "https://github.com/dgrauet/void-model-mlx",
|
| 16 |
+
"extra_links": [
|
| 17 |
+
"q8 variant: https://huggingface.co/dgrauet/void-model-mlx-q8",
|
| 18 |
+
"q4 variant: https://huggingface.co/dgrauet/void-model-mlx-q4"
|
| 19 |
+
]
|
| 20 |
}
|