claude code fixed template here

#68
by gopi87 - opened

hi this is old work by someone i took it and added the support for the new model

https://huggingface.co/gopi87/qwen-3.8-27b-chat-template/tree/main

oops looks like he already add

https://huggingface.co/froggeric/Qwen-Fixed-Chat-Templates

Do you mean the old Qwen3.6-27B tool call issue persisted in Qwen3.8-27B?

Do you mean the old Qwen3.6-27B tool call issue persisted in Qwen3.8-27B?

exactly

Thanks for sharing your chat template.

It's so disappointing the old tool call issue persists, and they claim long-horizon agentic tasks, the tool call frequently fails how to achieve that.

Thanks for sharing your chat template.

It's so disappointing the old tool call issue persists, and they claim long-horizon agentic tasks, the tool call frequently fails how to achieve that.

CUDA_VISIBLE_DEVICES=2,3,0,1
~/llama.cpp/build/bin/llama-server
--model /mnt/nvme/Qwen3.8-27B-UD-Q6_K_XL.gguf
--chat-template-file /mnt/nvme/qwenchat_template.jinja
--chat-template-kwargs '{"reasoning_effort":"xhigh"}'
-ngl 99
-sm tensor
--tensor-split 1,1.1,0.7,0.75
--main-gpu 0
--ctx-size 210000
--cache-type-k q8_0
--cache-type-v q8_0
--temp 1.0
--top-p 0.95
--top-k 20
--min-p 0.0
--presence-penalty 0.0
--repeat-penalty 1.0
--jinja
--parallel 1
--threads 8
--threads-batch 8
--host 0.0.0.0
--port 8082

use like this mate and use the template btw its using realy high tokens but its okay comparable with sonnet

Sign up or log in to comment