Rename the Qwen3.6-27B model section to "coder" so it matches the opencode provider config, and add ngram-simple to the speculative decoding chain alongside draft-mtp.
29 lines
726 B
INI
29 lines
726 B
INI
version = 1
|
|
|
|
[*]
|
|
flash-attn = on
|
|
parallel = 1
|
|
jinja = true
|
|
n-gpu-layers = 99
|
|
threads = 8
|
|
ubatch-size = 256
|
|
cache-type-k = bf16
|
|
cache-type-v = bf16
|
|
mmap = false
|
|
no-context-shift = true
|
|
fit = on
|
|
c = 131072
|
|
|
|
[coder]
|
|
hf = unsloth/Qwen3.6-27B-MTP-GGUF:Q6_K
|
|
spec-type = ngram-simple,draft-mtp
|
|
spec-draft-n-max = 4
|
|
threads-batch = 16
|
|
temp = 0.6
|
|
top-p = 0.95
|
|
top-k = 20
|
|
min-p = 0.0
|
|
parallel = 4
|
|
c = 1048576
|
|
load-on-startup = true
|
|
chat-template-kwargs = {"preserve_thinking": true}
|