From 689389ebf8c5c42f6ce7edd62c3a46074d1ecd64 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 21 May 2026 22:07:57 +0200 Subject: [PATCH] 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. --- systems/x86_64-linux/halo/models.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/x86_64-linux/halo/models.ini b/systems/x86_64-linux/halo/models.ini index dce6edf..f6121b9 100644 --- a/systems/x86_64-linux/halo/models.ini +++ b/systems/x86_64-linux/halo/models.ini @@ -14,9 +14,9 @@ no-context-shift = true fit = on c = 131072 -[Qwen3.6-27B] +[coder] hf = unsloth/Qwen3.6-27B-MTP-GGUF:Q6_K -spec-type = draft-mtp +spec-type = ngram-simple,draft-mtp spec-draft-n-max = 4 threads-batch = 16 temp = 0.6