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
| { | |
| "add_prefix_space": null, | |
| "backend": "tokenizers", | |
| "bos_token": "<s>", | |
| "clean_up_tokenization_spaces": false, | |
| "eos_token": "</s>", | |
| "is_local": true, | |
| "legacy": true, | |
| "model_max_length": 1000000000000000019884624838656, | |
| "pad_token": "<pad>", | |
| "processor_class": "PixtralProcessor", | |
| "tokenizer_class": "TokenizersBackend", | |
| "unk_token": "<unk>", | |
| "use_default_system_prompt": false, | |
| "use_fast": true | |
| } | |