qwen.cpp
qwen.cpp copied to clipboard
Why does `TextStreamer` hold on punctuation?
https://github.com/QwenLM/qwen.cpp/blob/86547f160abf6eb4979a6f246f5177565e662ae4/qwen.cpp#L115
TextStreamer
waits for the next token before printing punctuation. What's the harm to print it as the last char?