chore(halo): rename model to coder and add ngram-simple speculation
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.
This commit is contained in:
parent
e9bedc0455
commit
689389ebf8
1 changed files with 2 additions and 2 deletions
|
|
@ -14,9 +14,9 @@ no-context-shift = true
|
||||||
fit = on
|
fit = on
|
||||||
c = 131072
|
c = 131072
|
||||||
|
|
||||||
[Qwen3.6-27B]
|
[coder]
|
||||||
hf = unsloth/Qwen3.6-27B-MTP-GGUF:Q6_K
|
hf = unsloth/Qwen3.6-27B-MTP-GGUF:Q6_K
|
||||||
spec-type = draft-mtp
|
spec-type = ngram-simple,draft-mtp
|
||||||
spec-draft-n-max = 4
|
spec-draft-n-max = 4
|
||||||
threads-batch = 16
|
threads-batch = 16
|
||||||
temp = 0.6
|
temp = 0.6
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue