Instructions to use facebook/MobileLLM-R1-140M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/MobileLLM-R1-140M with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("facebook/MobileLLM-R1-140M", dtype="auto") - Notebooks
- Google Colab
- Kaggle
ONNX on mobile
#1 opened 8 months ago
by
DarrenChen