You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See that print(vllm_out[0].prompt_token_ids) has two 128000 tokens while the tokenizers one only has one.
Maybe I'm misreading/misunderstanding the outputs, but I read the docs and coudln't find anything.
Before submitting a new issue...
Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.
The text was updated successfully, but these errors were encountered:
Your current environment
Two BOS tokens returned by VLLM
Here's my env:
🐛 Describe the bug
VLLM output includes two beginning of sequence tokens (128000) rather than one for Llama 3b in the
prompt_token_ids
field of the output:See that
print(vllm_out[0].prompt_token_ids)
has two 128000 tokens while the tokenizers one only has one.Maybe I'm misreading/misunderstanding the outputs, but I read the docs and coudln't find anything.
Before submitting a new issue...
The text was updated successfully, but these errors were encountered: