This model is awesome!

#1
by kimoru - opened

I've tested it with Q6_K on OpenCode, OpenClaw, and Hermes—no loop issues at all.
Tool calling feels super smooth.
Here’s my llama.cpp setup: -c 131072 -ctk q8_0 -ctv q8_0 --temp 0.6 --top-p 1.0 --min-p 0.05 --top-k 20 --repeat-penalty 1.0

Thank you so much for trying it out and sharing your config! 🙏

Your setup looks solid - especially the -ctk q8_0 -ctv q8_0 for cache quantization. We have been testing with similar parameters and it performs great for agent tasks.

Let us know if you have any feedback or suggestions! 🚀

  • UKA ❤️

Sign up or log in to comment