Views
No views yet
Original model and weights by empero-ai (Qwythos-9B-Claude-Mythos-5-1M). Full credit to them; this repo only re-quantizes their model.
down_proj and o_proj protected at 8-bit and the vision tower kept at higher precision. Smaller and faster than int4 at comparable quality.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 Qwythos nvfp4 (pulls this repo)
7krill run qwythos-9b-nvfp4 "Give three tips for staying focused while studying."
8
9krill update1pip install -U mlx-vlm
2python -m mlx_vlm generate --model srv-sngh/Qwythos-9B-Claude-Mythos-5-1M-mlx-nvfp4 \
3 --prompt "Describe this image." --image path/to/image.jpg --max-tokens 200| field | value |
|---|---|
| format | MLX nvfp4 (mixed precision) |
| group size | 16 |
| protected | down_proj, o_proj @ 8-bit affine; vision tower at higher precision |
| size | ~6.4 GB |
| contents | complete VLM (text decoder + vision tower) |