mirror of
https://www.modelscope.cn/moonshotai/Kimi-VL-A3B-Thinking-2506.git
synced 2026-04-02 19:13:01 +08:00
Fixed a Closing Quote Typo (#3)
- Fixed a Closing Quote Typo (5d8e9cf89f5a2f09d2299d0a9eba4b66c1a41666) Co-authored-by: Praveen Kumar <inboxpraveen@users.noreply.huggingface.co>
This commit is contained in:
@ -192,7 +192,7 @@ messages = [
|
|||||||
"role": "user",
|
"role": "user",
|
||||||
"content": [
|
"content": [
|
||||||
{"type": "image", "image": image_path} for image_path in image_paths
|
{"type": "image", "image": image_path} for image_path in image_paths
|
||||||
] + [{"type": "text", "text": ""What kind of cat is this? Answer with one word."}],
|
] + [{"type": "text", "text": "What kind of cat is this? Answer with one word."}],
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
text = processor.apply_chat_template(messages, add_generation_prompt=True, return_tensors="pt")
|
text = processor.apply_chat_template(messages, add_generation_prompt=True, return_tensors="pt")
|
||||||
|
|||||||
Reference in New Issue
Block a user