ruihanglai commited on
Commit
d8429b6
·
verified ·
1 Parent(s): a738567

strip reasoning in config

Browse files
Files changed (1) hide show
  1. mlc-chat-config.json +2 -2
mlc-chat-config.json CHANGED
@@ -51,10 +51,9 @@
51
  "strip_space_in_decode": false
52
  },
53
  "conv_template": {
54
- "name": "qwen2",
55
  "system_template": "<|im_start|>system\n{system_message}<|im_end|>\n",
56
  "system_message": "You are a helpful assistant.",
57
- "system_prefix_token_ids": null,
58
  "add_role_after_system_message": true,
59
  "roles": {
60
  "user": "<|im_start|>user",
@@ -79,6 +78,7 @@
79
  151643,
80
  151645
81
  ],
 
82
  "function_string": "",
83
  "use_function_calling": false
84
  },
 
51
  "strip_space_in_decode": false
52
  },
53
  "conv_template": {
54
+ "name": "qwen3",
55
  "system_template": "<|im_start|>system\n{system_message}<|im_end|>\n",
56
  "system_message": "You are a helpful assistant.",
 
57
  "add_role_after_system_message": true,
58
  "roles": {
59
  "user": "<|im_start|>user",
 
78
  151643,
79
  151645
80
  ],
81
+ "strip_reasoning_in_history": true,
82
  "function_string": "",
83
  "use_function_calling": false
84
  },