QwenLM / qwen.cpp

C++ implementation of Qwen-LM
Other
506 stars 40 forks source link

why missing "assistant" here #76

Open feixyz10 opened 5 months ago

feixyz10 commented 5 months ago

https://github.com/QwenLM/qwen.cpp/blob/86547f160abf6eb4979a6f246f5177565e662ae4/qwen.cpp#L321

Would'nt it be like this:

oss_prompt << "\n<|im_start|>user\n" << history[i] << "<|im_end|>\n<|im_start|>assistant" << history[i + 1] << "<|im_end|>"