It's working great!

#1
by AugustHell - opened

I just want to thank you for making this quant public, it is awesome!
I've got a RTX 3060 with 12gb and the last two months I tried to solve problems I was facing with almost any capable model (qwen 3.5/3.6, gemma 4, glm 4.7): Loops, errors writing big files, bad reasoning. I tried many things to get around to get finally something I can work with an hermes or pi agent and tried out a lot of llms on the way. This now solved any problem, it works exceptionally good out of the box! No looping, no file write problems and much better reasoning for my works.
I'm using the unsloth studio api (llama.cpp based) with this cli command:
unsloth run -hf TheWegemann/Qwen3.8-27B-LowGPU-NoMTP-IQ3XXXS-GGUF -c 65536 -n 8192 --parallel 1 -ngl 999 -b 512 -ub 512 --cache-type-k q4_0 --cache-type-v q4_0 -fa on --temp 1 --top-p 0.95 --top-k 20 --min-p 0.0 --chat-template-kwargs "{"reasoning_effort":"low"}" --reasoning on --reasoning-effort low

I just want to thank you for making this quant public, it is awesome!
I've got a RTX 3060 with 12gb and the last two months I tried to solve problems I was facing with almost any capable model (qwen 3.5/3.6, gemma 4, glm 4.7): Loops, errors writing big files, bad reasoning. I tried many things to get around to get finally something I can work with an hermes or pi agent and tried out a lot of llms on the way. This now solved any problem, it works exceptionally good out of the box! No looping, no file write problems and much better reasoning for my works.
I'm using the unsloth studio api (llama.cpp based) with this cli command:
unsloth run -hf TheWegemann/Qwen3.8-27B-LowGPU-NoMTP-IQ3XXXS-GGUF -c 65536 -n 8192 --parallel 1 -ngl 999 -b 512 -ub 512 --cache-type-k q4_0 --cache-type-v q4_0 -fa on --temp 1 --top-p 0.95 --top-k 20 --min-p 0.0 --chat-template-kwargs "{"reasoning_effort":"low"}" --reasoning on --reasoning-effort low

Thank you so much for the feedback β€” this honestly made my day. 😊
Knowing that it works well on a 12 GB RTX 3060, especially for Hermes/Pi agent workflows, is exactly the kind of real-world result I hoped for when making this quant public.
And thanks for sharing your command/settings too β€” that’s really useful for other users. Glad the weird little IQ3XXXS monster is behaving itself. πŸ˜„
Have fun with it, and feel free to report anything interesting you notice!

Sign up or log in to comment