Instructions to use dumtjul/Ministral-3-3B-Instruct-2512-mlx-mxfp8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use dumtjul/Ministral-3-3B-Instruct-2512-mlx-mxfp8 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Ministral-3-3B-Instruct-2512-mlx-mxfp8 dumtjul/Ministral-3-3B-Instruct-2512-mlx-mxfp8
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model:
|
| 4 |
+
- mistralai/Ministral-3-3B-Instruct-2512-BF16
|
| 5 |
+
library_name: mlx
|
| 6 |
+
---
|
| 7 |
+
Converted from [mistralai/Ministral-3-3B-Instruct-2512-BF16](https://huggingface.co/mistralai/Ministral-3-3B-Instruct-2512-BF16) using [`mlx_lm.convert`](https://github.com/ml-explore/mlx-lm) with `--q-mode mxfp8 --q-group-size 32` on 2026-03-05, 21:51.
|