PulseAugur
EN
LIVE 15:31:54

User seeks help enabling reasoning in llama.cpp

A user on the r/LocalLLaMA subreddit is seeking assistance with enabling reasoning capabilities in the llama.cpp software. They have attempted to use specific parameters like '--chat-template-kwargs '{"enable_thinking":true}' --reasoning on --reasoning-budget -1' and adding '/think' to prompts, but these methods have not yielded the desired results. The user is specifically trying to utilize models known to support reasoning, such as TheDrummer Rocinante X 12B. AI

IMPACT This query highlights a user-level challenge in leveraging advanced features of local LLM deployments, indicating potential friction points in the adoption of reasoning capabilities.

RANK_REASON User is asking for help with a specific software tool.

Read on r/LocalLLaMA →

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

COVERAGE [1]

  1. r/LocalLLaMA TIER_1 English(EN) · /u/TrainingTwo1118 ·

    Can't seem to enable reasoning in llama.cpp

    <!-- SC_OFF --><div class="md"><p>Hi, I'm trying to use some LLMs which I know support reasoning (TheDrummer Rocinante X 12B model) but I can't for the life of me to get it to work.</p> <p>I've tried using all these parameters: <code>--chat-template-kwargs '{&quot;enable_thinking…