StableQuant commited on
Commit
3a62e44
·
verified ·
1 Parent(s): aaa9805

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -15,7 +15,7 @@ tags:
15
  - template-fix
16
  - bugfix
17
  ---
18
- ### 23.05 22:00: v1.1.5 is released. Agentic and Tool use works 100%. Try it out!
19
  ### If you use mainly agentic coding you can also test the "additional-systemprompt" variant out. It adds minimalistic Systempromt Enhancements to 1.1.5 that should work in every environment and actively enhancing correct coding creation and behaviour.
20
 
21
  TL:DR Download your fixed and finally working Qwen3.5 and Qwen3.6 jinja chat-template here. V1.1.2 with new tool call error bug fixes and additional edge case enhancements is now released.
@@ -32,7 +32,8 @@ If using OpenCode do notice they have an open bug for showing thinking content a
32
 
33
  #### Preserve Thinking:
34
  To enable preserve-thinking (Agent can remember what he thought about in older turns) pass the following parameter to llama.cpp startup:
35
- --chat-template-kwargs '{"preserve_thinking": true}'
 
36
 
37
 
38
  # Welcome to the Template Rebuild Project
@@ -43,7 +44,8 @@ At the moment there isnt any completly working chat template for the Qwen3.5 and
43
 
44
  Community patches were collected and patched together to made a single final version. But it still contained bugs.
45
 
46
- In the spirit and effort of froggeric https://huggingface.co/froggeric/Qwen-Fixed-Chat-Templates/ I want to make this awesome model category useful for any case.
 
47
 
48
  So I did intense preresearch about the models nature, collected a huge list of commonly used ai-tools and which requests do they make to LLM-Endpoints.
49
 
 
15
  - template-fix
16
  - bugfix
17
  ---
18
+ ### 23.05 22:00: v1.1.5 is released. Agentic and Tool use works 100% for hours now. Try it out!
19
  ### If you use mainly agentic coding you can also test the "additional-systemprompt" variant out. It adds minimalistic Systempromt Enhancements to 1.1.5 that should work in every environment and actively enhancing correct coding creation and behaviour.
20
 
21
  TL:DR Download your fixed and finally working Qwen3.5 and Qwen3.6 jinja chat-template here. V1.1.2 with new tool call error bug fixes and additional edge case enhancements is now released.
 
32
 
33
  #### Preserve Thinking:
34
  To enable preserve-thinking (Agent can remember what he thought about in older turns) pass the following parameter to llama.cpp startup:
35
+ On Linux: --chat-template-kwargs '{"preserve_thinking": true}'
36
+ On Windows: --chat-template-kwargs "{\"preserve_thinking\": true}"
37
 
38
 
39
  # Welcome to the Template Rebuild Project
 
44
 
45
  Community patches were collected and patched together to made a single final version. But it still contained bugs.
46
 
47
+ In the spirit and effort of froggeric https://huggingface.co/froggeric/Qwen-Fixed-Chat-Templates/
48
+ I want to make this awesome model category useful for any case.
49
 
50
  So I did intense preresearch about the models nature, collected a huge list of commonly used ai-tools and which requests do they make to LLM-Endpoints.
51