Instructions to use mlc-ai/Qwen3-235B-A22B-q0f16-MLC with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLC-LLM
How to use mlc-ai/Qwen3-235B-A22B-q0f16-MLC with MLC-LLM:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
strip reasoning in config
Browse files- 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": "
|
| 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 |
},
|