Views
No views yet
llama-server.exe -m YourModel.gguf -c 32768 -ngl 99 --port 8080 ^ --triattention-stats model.triattention ^ --triattention-budget 4096 ^ --triattention-window 256 ^ --triattention-log| Mode | Prune time | Generation |
|---|---|---|
| No pruning | — | 17.5 tok/s |
| CPU scoring | ~5900 ms/event | 17.5 tok/s |
| GPU scoring | ~4-9 ms/event | 75.0 tok/s |
| Flag | Description | Default |
|---|---|---|
| --triattention-stats | Calibration file (required to enable) | — |
| --triattention-budget | Max KV tokens to retain | 512 |
| --triattention-window | Recent-token protection window | 64 |
| --triattention-trigger | slack|interval|ill | slack |
| --triattention-log | Log each prune event | off |
| --triattention-no-protect-prefill | Allow evicting prompt tokens | off |