Views
No views yet
| Metric | Heretic | Original Model |
|---|---|---|
| KL Divergence | 0.0468 | 0 (by definition) |
| Refusals | ✅ 11/100 | ❌ 100/100 |
| PIQA Accuracy | 91.73% | 92.06% |
llama.cpp and optimized for various VRAM configurations. IQ4_NL is highly recommended for 16GB VRAM cards (like the 5060 Ti), as it provides the best balance of speed and "Non-Linear" weight preservation.1.\llama-server.exe `
2 -m .\gemma-4-26b-heretic.IQ4_NL.gguf `
3 --host 0.0.0.0 `
4 --port 8080 `
5 -c 65536 `
6 --n-gpu-layers 99 `
7 --flash-attn on `
8 --cache-type-k q4_0 `
9 --cache-type-v q4_0 `
10 --reasoning-budget 1024attn.o_proj intervention.