Update qwen tokenizer to add qwen 3 tokens. (#11029)

Doesn't actually change anything for current workflows because none of the
current models have a template with the think tokens.
This commit is contained in:
comfyanonymous 2025-12-01 14:13:48 -08:00 committed by GitHub
parent 7dbd5dfe91
commit 2640acb31c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -179,36 +179,36 @@
"special": false
},
"151665": {
"content": "<|img|>",
"content": "<tool_response>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
"special": false
},
"151666": {
"content": "<|endofimg|>",
"content": "</tool_response>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
"special": false
},
"151667": {
"content": "<|meta|>",
"content": "<think>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
"special": false
},
"151668": {
"content": "<|endofmeta|>",
"content": "</think>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
"special": false
}
},
"additional_special_tokens": [