Instructions to use baa-ai/Nemotron-3-Super-120B-A12B-MINT-MLX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use baa-ai/Nemotron-3-Super-120B-A12B-MINT-MLX with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Nemotron-3-Super-120B-A12B-MINT-MLX baa-ai/Nemotron-3-Super-120B-A12B-MINT-MLX
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
File size: 401 Bytes
c5272b3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | {
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<s>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|im_end|>",
"is_local": true,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 262144,
"pad_token": "<|im_end|>",
"tokenizer_class": "TokenizersBackend",
"tool_parser_type": "qwen3_coder",
"unk_token": "<unk>"
}
|