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
Is your feature request related to a problem? Please describe. TGI and huggingface_hub added support for chat completion, removing the need of using the tokenizer to format the prompt correctly.
Describe the solution you'd like
We can use client.chat_completion instead of apply_chat_template as documented here
Describe alternatives you've considered
Maintain as it is.
Additional context
Thanks @osanseviero for the hint.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
TGI
andhuggingface_hub
added support for chat completion, removing the need of using the tokenizer to format the prompt correctly.Describe the solution you'd like
We can use
client.chat_completion
instead ofapply_chat_template
as documented hereDescribe alternatives you've considered
Maintain as it is.
Additional context
Thanks @osanseviero for the hint.
The text was updated successfully, but these errors were encountered: