Instructions to use Jundot/MiniMax-M2.7-oQ2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use Jundot/MiniMax-M2.7-oQ2 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir MiniMax-M2.7-oQ2 Jundot/MiniMax-M2.7-oQ2
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
File size: 166 Bytes
11053de | 1 2 3 4 5 6 7 8 9 10 | {
"bos_token_id": 200019,
"do_sample": true,
"eos_token_id": 200020,
"temperature": 1.0,
"top_p": 0.95,
"top_k": 40,
"transformers_version": "4.46.1"
}
|