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
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
The output of `python collect_env.py`
Model Input Dumps
🐛 Describe the bug
Hello.
I created a simple container image that contains latest tool_chat_template_llama3.2_json.jinja
The container is started using
Vllm openai receives following request
but in vllm logs i see user<|end_header_id|>\n\n[{'type': 'text', 'text': 'hello\n'}]<|eot_id|
However, if i remove only
from vllm start options, the model receives expected text (user<|end_header_id|>\n\nhello\n<|eot_id|)
Before submitting a new issue...
The text was updated successfully, but these errors were encountered: