Views
No views yet
o_proj (Attention Output) and down_proj (MLP Output) to remove refusal vectors while preserving 99.9% of reasoning logic.<think> blocks to plan complex code, catch logic bugs, and reason through edge cases.1./llama-server \
2 -m qwen3-4b-thinking-abliterated-Q4_K_M.gguf \
3 --ctx-size 8192 \
4 --parallel 1 \
5 -ctk q8_0 \
6 -ctv q8_0 \
7 --n-gpu-layers 100 \
8 --temp 0.6 \
9 --repeat-penalty 1.0 \
10 -fa