Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
robbiemu
/
MobileLLM-R1-950M-MLX
like
0
Text Generation
MLX
Safetensors
PyTorch
English
llama4_text
facebook
meta
mobilellm
mlx - apple-mlx - runtime
conversational
License:
fair-noncommercial-research
Model card
Files
Files and versions
xet
Community
Use this model
main
MobileLLM-R1-950M-MLX
/
main.py
robbiemu
add mlx and mlx-lm support
e39ff3a
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
95 Bytes
def
main
():
print
(
"Hello from mobilellm-r1-950m!"
)
if
__name__ ==
"__main__"
:
main()