forked from phoenix/litellm-mirror
test commitizen bump
This commit is contained in:
parent
4ae8a71aa3
commit
47521c5a97
1 changed files with 1 additions and 1 deletions
|
@ -1180,7 +1180,7 @@ def batch_completion(
|
|||
custom_llm_provider=custom_llm_provider
|
||||
)
|
||||
results = vllm.batch_completions(model=model, messages=batch_messages, custom_prompt_dict=litellm.custom_prompt_dict, optional_params=optional_params)
|
||||
# all non VLLM models for batch completion models
|
||||
# all non VLLM models for batch completion models
|
||||
else:
|
||||
def chunks(lst, n):
|
||||
"""Yield successive n-sized chunks from lst."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue