PulseAugur
EN
LIVE 23:22:59

Laguna S 2.1 model exhibits reasoning issues due to chat template configuration

A user on r/LocalLLaMA has identified an issue with the Laguna S 2.1 model where its reasoning phase is not functioning correctly. The problem appears to be related to the chat template, as disabling a specific setting, `preserve_thinking`, prevents reasoning entirely. While the development team has made recent updates to the chat template, the user suggests that the Qwen 27B chat template, when used with `llama.cpp`, enables reasoning for Laguna S 2.1, indicating a potential template configuration problem. AI

IMPACT Potential improvement for users experiencing reasoning issues with the Laguna S 2.1 model.

RANK_REASON Discussion of a specific model's configuration issue and potential fix.

Read on r/LocalLLaMA →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Laguna S 2.1 model exhibits reasoning issues due to chat template configuration

COVERAGE [1]

  1. r/LocalLLaMA TIER_1 (TL) · /u/Shoddy_Bed3240 ·

    Laguna S 2.1 Thinking mode

    <!-- SC_OFF --><div class="md"><p>If many people have noticed that there's no reasoning phase in Laguna S 2.1. I noticed the Poolside development team updated the chat template twice in the last 24 hours. There was a bug where, if <code>preserve_thinking</code> was disabled, reas…