Instructions to use lmstudio-community/Olmo-3-1025-7B-MLX-4bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use lmstudio-community/Olmo-3-1025-7B-MLX-4bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Olmo-3-1025-7B-MLX-4bit lmstudio-community/Olmo-3-1025-7B-MLX-4bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
| {% for message in messages %}{{'<|im_start|>' + message['role'] + ' | |
| ' + message['content'] + '<|im_end|>' + ' | |
| '}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant | |
| ' }}{% endif %} |