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
we have models with many different tokenizers and chat templates, and we already load the tokenizer that has this information, but for multi-turn dialog we push this into the client to figure out, which can cause problems in the various places that do this (openai-proxy, llama-chat, etc). we could avoid this by adding messages. we should figure out how this should interact with the existing prompt, system_prompt, and prompt_template
The text was updated successfully, but these errors were encountered:
we have models with many different tokenizers and chat templates, and we already load the tokenizer that has this information, but for multi-turn dialog we push this into the client to figure out, which can cause problems in the various places that do this (openai-proxy, llama-chat, etc). we could avoid this by adding messages. we should figure out how this should interact with the existing prompt, system_prompt, and prompt_template
The text was updated successfully, but these errors were encountered: