AIDC-AI / Marco-o1

An Open Large Reasoning Model for Real-World Solutions
Other
1k stars 50 forks source link

bug ! NO consistent EOS token #14

Open kkwhale7 opened 5 days ago

kkwhale7 commented 5 days ago

Why is VLLM's inference script use eos token as , TransFormers's inference script use tokenizer.eos(im_end), and why is it necessary to output tokens one by one.....