Instructions to use MLXBits/sulphur-2-distill-mlx-q4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use MLXBits/sulphur-2-distill-mlx-q4 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir sulphur-2-distill-mlx-q4 MLXBits/sulphur-2-distill-mlx-q4
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
Update split_model.json
Browse files- split_model.json +1 -2
split_model.json
CHANGED
|
@@ -15,8 +15,7 @@
|
|
| 15 |
"distilled"
|
| 16 |
],
|
| 17 |
"lora": [
|
| 18 |
-
"ltx-2.3-22b-distilled-lora-384.safetensors"
|
| 19 |
-
"ltx-2.3-22b-distilled-lora-384-1.1.safetensors"
|
| 20 |
],
|
| 21 |
"source": "Lightricks/LTX-2.3",
|
| 22 |
"notes": {
|
|
|
|
| 15 |
"distilled"
|
| 16 |
],
|
| 17 |
"lora": [
|
| 18 |
+
"ltx-2.3-22b-distilled-lora-384.safetensors"
|
|
|
|
| 19 |
],
|
| 20 |
"source": "Lightricks/LTX-2.3",
|
| 21 |
"notes": {
|