Views
No views yet
finetuning/finalize_gguf_colab.ipynb from the merged fp16 weights at
kanakjr/homebot-qwen3.5-2b-gguf-merged16.| Quant | Approx. size | Recommended for |
|---|---|---|
| Q4_K_M | smallest | < 8 GB RAM machines |
| Q5_K_M | good balance | |
| Q6_K | ~1-2% quality gap vs. fp16 | |
| Q8_0 | largest | > 16 GB RAM -- default for M-series Macs |
1hf download kanakjr/homebot-qwen3.5-2b-gguf --include "*.Q8_0.gguf" --include "*.Modelfile" --local-dir ~/homebot-model
2cd ~/homebot-model
3ollama create homebot-qwen3_5-2b -f homebot-qwen3_5-2b.Modelfile
4ollama run homebot-qwen3_5-2b "turn off the air purifier"finetuning/README.md in the HomeBot repo for the full pipeline.