straylight: run Laguna with two slots over a unified KV pool
A second request (opencode background agent, pi alongside opencode) no longer queues behind the first. kv-unified keeps the full 131072-token context available to either slot instead of splitting it to 65536. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -49,7 +49,11 @@ let
|
||||
spec-draft-n-max = 4
|
||||
cache-type-k-draft = f16
|
||||
cache-type-v-draft = f16
|
||||
parallel = 1
|
||||
; Two slots sharing one unified 131072-token KV pool: a second request (subagent,
|
||||
; another client) runs alongside instead of queueing, and either one may still use
|
||||
; the full 131072 as long as their combined context fits.
|
||||
parallel = 2
|
||||
kv-unified = true
|
||||
ctx-size = 131072
|
||||
|
||||
; Previous default model (a Qwen 3.5 derivative), kept for comparison runs. It was
|
||||
|
||||
Reference in New Issue
Block a user