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
Purpose:
The purpose of this ticket is to support batch inference requests for GuideLLM. We will need to add in a batch-size parameter to enable the user to dictate the batch size of inference requests.
Purpose:
The purpose of this ticket is to support batch inference requests for GuideLLM. We will need to add in a batch-size parameter to enable the user to dictate the batch size of inference requests.
We will want to add non-streaming batched inferencing like this PR from llm-load-test openshift-psap/llm-load-test#66
Acceptance Criteria:
batch-size
parameter in for the user to dictate the batch size of inference requestsExample:
--batch-size=16, --batch-size=32
The text was updated successfully, but these errors were encountered: