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
Currently, only the LLM class meant for offline inference supports the chatmethod.
Are there any plans to implement a similar method for AsyncLLMEngine, besides the existing generate?
Alternatively, is there any work on extending the PromptType acceptable by generate to include more prompt variants, such as chat conversations?
Alternatives
No response
Additional context
No response
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:
I think there is not much reason to do this now because the interface of async engine will change significantly in V1. Maybe after the API is more stable? cc @robertgshaw2-redhat
🚀 The feature, motivation and pitch
Currently, only the
LLM
class meant for offline inference supports thechat
method.Are there any plans to implement a similar method for
AsyncLLMEngine
, besides the existinggenerate
?Alternatively, is there any work on extending the
PromptType
acceptable bygenerate
to include more prompt variants, such as chat conversations?Alternatives
No response
Additional context
No response
Before submitting a new issue...
The text was updated successfully, but these errors were encountered: