Instructions to use poolside/Laguna-S-2.1-NVFP4-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use poolside/Laguna-S-2.1-NVFP4-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Laguna-S-2.1-NVFP4-mlx poolside/Laguna-S-2.1-NVFP4-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
| { | |
| "backend": "tokenizers", | |
| "bos_token": "〈|EOS|〉", | |
| "clean_up_tokenization_spaces": false, | |
| "cls_token": "〈|CLS|〉", | |
| "eos_token": "〈|EOS|〉", | |
| "is_local": true, | |
| "local_files_only": false, | |
| "mask_token": "〈|MASK|〉", | |
| "model_max_length": 1000000000000000019884624838656, | |
| "pad_token": "〈|PAD|〉", | |
| "sep_token": "〈|SEP|〉", | |
| "tokenizer_class": "TokenizersBackend", | |
| "tool_parser_type": "glm47", | |
| "unk_token": "〈|UNK|〉" | |
| } | |