Instructions to use v102ss/Alice-Qwen3.5-9B-Code-v0-MLX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use v102ss/Alice-Qwen3.5-9B-Code-v0-MLX with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Alice-Qwen3.5-9B-Code-v0-MLX v102ss/Alice-Qwen3.5-9B-Code-v0-MLX
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
| { | |
| "bos_token_id": null, | |
| "eos_token_id": [ | |
| 248044, | |
| 248046 | |
| ], | |
| "pad_token_id": 248044, | |
| "do_sample": true, | |
| "temperature": 0.6, | |
| "top_p": 0.8, | |
| "repetition_penalty": 1.0, | |
| "chat_format": "chatml" | |
| } | |