Views
No views yet
mlx-motif (it registers the model class into mlx-lm's loader); it will not load with stock mlx_lm.load.1git clone https://github.com/junhoyeo/mlx-motif && cd mlx-motif
2uv pip install -e .
3
4mlx-motif generate --model <this-repo> --prompt "Hello, world."
5mlx-motif serve --model <this-repo> --port 8080 # OpenAI-compatiblemlx-motif convert --hf-path Motif-Technologies/Motif-2.6B --out … --quantize --bits 4 (group_size 64, uniform preset)e6c401a (converted with this repo's convert.py; validated at this commit)