Views
No views yet
krill run ornith-9b - Krill ships a from-scratch native runtime for Ornith's hybrid GatedDeltaNet (SSM) + attention decoder, not just an mlx_vlm passthrough.krill update).1# install Krill
2brew tap srvsngh99/krill && brew install krill
3# or:
4curl -fsSL https://raw.githubusercontent.com/srvsngh99/Krill/main/install.sh | sh
5
6# run Ornith (pulls this repo)
7krill run ornith-9b "Give three tips for staying focused while studying."
8
9# keep Krill up to date
10krill update1pip install -U mlx-vlm
2python -m mlx_vlm generate --model srv-sngh/Ornith-1.0-9B-MLX-4bit \
3 --prompt "Describe this image." --image path/to/image.jpg --max-tokens 200| field | value |
|---|---|
| format | MLX (affine) |
| bits | 4 |
| group size | 64 |
| size | ~6 GB |
| contents | complete VLM (text decoder + vision tower) |