chat-template

Tag

Cards List
#chat-template

@ZixuanLi_: Updated chat templates for GLM-5.3 and GLM-5.3-Flash. Tool-result reordering now exits early instead of scanning every …

X AI KOLs Following · 2026-09-04 Cached

GLM-5.3 and GLM-5.3-Flash received updated HuggingFace chat templates that optimize tool-result reordering with an early exit, and developers are advised to pull the latest template for deployment.

0 favorites 0 likes
#chat-template

Try out this "high" reasoning mode for 27B (tested on VLLM)

Reddit r/LocalLLaMA · 2026-08-15

The author experimented with the 27B model on VLLM and created a 'high' reasoning mode by blending prompts from low and xhigh modes, resulting in more efficient and enjoyable reasoning output.

0 favorites 0 likes
#chat-template

Fixed/improved Jinja chat template for Qwen 3.8

Reddit r/LocalLLaMA · 2026-08-14

This article details the improvements to the Jinja chat template for Qwen 3.8 models, correcting issues from previous versions to ensure consistent output quality and benchmark performance.

0 favorites 0 likes
#chat-template

@no_stp_on_snek: PSA for Muse Glimmer If you're testing Meta's Muse Glimmer right now, two serving traps worth knowing before you publis…

X AI KOLs Timeline · 2026-08-10 Cached

A PSA about Meta's Muse Glimmer: setting reasoning strength via system prompt is partially overridden by the chat template's high default, and the absent default is high, not off. Using chat_template_kwargs.reasoning_strength provides more control.

0 favorites 0 likes
#chat-template

PSA for DeepSeek-V4-Flash-0731 users — don't blow out your prompt cache with system role messages mid-conversation

Reddit r/LocalLLaMA · 2026-08-02

A PSA warning DeepSeek-V4-Flash-0731 users that system role messages are hoisted to the top, ruining prompt caching and proximity, and advising the use of latest_reminder instead.

0 favorites 0 likes
#chat-template

Update your chat template for dsv4 if you're using llama.cpp

Reddit r/LocalLLaMA · 2026-07-28

Recent llama.cpp commits broke preserve_thinking behavior for older DeepSeek V4 gguf chat templates, causing issues in coding agent contexts. The fix is to override the gguf template with a new one using --chat-template-file.

0 favorites 0 likes
#chat-template

PSA on Laguna S-2.1 - Use the updated chat template and GGUF

Reddit r/LocalLLaMA · 2026-07-23

Laguna S-2.1 model has been updated with a fix for yarn_attn_factor (corrected to 1.0) and an improved chat template that fixes broken thinking, preserves thinking, and enables tool calling. Users are advised to use the updated GGUF from the official repo.

0 favorites 0 likes
#chat-template

Laguna S 2.1 Thinking mode

Reddit r/LocalLLaMA · 2026-07-22

Reports a bug in Laguna S 2.1 where reasoning phase fails if preserve_thinking is disabled, and suggests comparing with Qwen 27B chat template to fix the issue.

0 favorites 0 likes
#chat-template

@no_stp_on_snek: You're Not Benchmarking the Model. You're Benchmarking Its Template. i tested every size of gemma 4 for behavior under …

X AI KOLs Following · 2026-07-18 Cached

An analysis shows that Gemma 4 models' benchmark performance is heavily influenced by chat templates rather than model weights, with template changes causing behavioral shifts without altering any parameters; notably, all sizes fail a crisis-signal scenario.

0 favorites 0 likes
#chat-template

@reach_vb: I’ve got a ton of personal side projects I want to tackle with Sol: 1. Optimise MTP support in llama.cpp (to find low h…

X AI KOLs Timeline · 2026-07-02 Cached

The user shares plans to use Sol for optimizing MTP support in llama.cpp, standardizing chat templates, reviving an abandoned whisper project, finishing a personal finance app, and kernel optimization.

0 favorites 0 likes
#chat-template

Jackrong/Qwopus3.6-27B-Coder-Compat-MTP-GGUF

Hugging Face Models Trending · 2026-06-20 Cached

Jackrong releases Qwopus3.6-27B-Coder-Compat-MTP-GGUF, a GGUF quantization of the Qwopus3.6-27B-Coder model with an expanded chat template for better interoperability with tool-using runtimes and OpenAI-compatible agent frameworks.

0 favorites 0 likes
#chat-template

Gemma 4 Chat Template now has preserve thinking

Reddit r/LocalLLaMA · 2026-06-08 Cached

Google's Gemma 4 31B IT model now has a chat template fix that preserves thinking and improves null handling, reasoning preservation, and input validation.

0 favorites 0 likes
#chat-template

The Piggyback Hypothesis of Generalization: Explaining and Mitigating Emergent Misalignment

arXiv cs.CL · 2026-06-08 Cached

Proposes the Piggyback Hypothesis that chat-template tokens can cause emergent misalignment in LLMs, and introduces Token-Regularized Finetuning (TReFT) to mitigate it while preserving in-domain learning.

0 favorites 0 likes
#chat-template

PSA: Gemma 4 12B is NOT completely broken for coding and tool calling, you need a special chat template

Reddit r/LocalLLaMA · 2026-06-05

Gemma 4 12B has a known issue with tool calling and coding, but using a custom chat template in llama.cpp resolves the bugs. Users should compile llama.cpp from source and apply the fix before evaluating the model's coding ability.

0 favorites 0 likes
#chat-template

@MaximeRivest: Tool calling in open source LLMs is wildly different from one model to another. I just wipped up: http://chattemplatepl…

X AI KOLs Following · 2026-06-03 Cached

A new web tool, Chat Template Playground, lets users visualize how different open-source LLMs render their chat templates, highlighting differences in prompting and tokenization.

0 favorites 0 likes
#chat-template

Large Language Models Are Overconfident in Their Own Responses

Hugging Face Daily Papers · 2026-06-02 Cached

This paper investigates why instruction-tuned LLMs are overconfident in their own responses, identifying an 'ownership bias' that gives higher confidence to self-generated answers. It proposes a simple inference-time strategy to reframe the model's answer as user input, improving calibration by up to 26% without retraining.

0 favorites 0 likes
#chat-template

Probing the Prompt KV Cache: Where It Becomes Dispensable

arXiv cs.CL · 2026-06-01 Cached

This paper systematically investigates when and which parts of the prompt KV cache become dispensable during LLM decoding, showing that redundancy primarily involves chat template scaffolding rather than task content, and replacement with neutral filler preserves accuracy.

0 favorites 0 likes
#chat-template

@QGallouedec: multi-turn RL and the "tito" problem keeps coming up. we've been working on it for a while, and the takeaway is that it…

X AI KOLs Following · 2026-05-28 Cached

A developer shares that addressing the 'tito' problem in multi-turn reinforcement learning is simpler than commonly believed, requiring only one implementation rule and a chat-template property that models already support.

0 favorites 0 likes
#chat-template

The pacman benchmark: finally a viable local agentic coding agent with Qwen 3.6 27b

Reddit r/LocalLLaMA · 2026-05-19

The author tests Qwen 3.6 27b F16 on a Pacman coding benchmark, achieving near-perfect results in two of three attempts, while noting the critical impact of quantization, chat templates, and speculative decoding for local agentic coding.

0 favorites 0 likes
#chat-template

froggeric/Qwen-Fixed-Chat-Templates

Hugging Face Models Trending · 2026-04-23 Cached

This repository provides fixed Jinja chat templates for Qwen 3.5 and 3.6, addressing rendering errors, token waste, and missing features in the official templates for engines like LM Studio and llama.cpp.

0 favorites 0 likes
← Back to home

Submit Feedback