-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
outputs includes eos token #2538
Comments
I think by default vLLM removes the special tokens as specified by the tokenizer. vllm/vllm/engine/llm_engine.py Lines 836 to 854 in 7a0b011
So while There's another flag vllm/vllm/engine/llm_engine.py Lines 856 to 870 in 7a0b011
I would recommend extend |
code
outputs string
question
lwhy is '<|observation|>' still at the end?
environment
Model:ChatGLM3-6b
The text was updated successfully, but these errors were encountered: