Commit bd255f61 authored by Baber's avatar Baber
Browse files

nit

parent 06a04113
...@@ -725,7 +725,7 @@ class TemplateAPI(TemplateLM): ...@@ -725,7 +725,7 @@ class TemplateAPI(TemplateLM):
def simple_async_generate( def simple_async_generate(
self, self,
requests: Union[List[List[str], list[list[dict]]], List[List[dict]]], requests: Union[List[List[str]], List[List[dict]]],
gen_kwargs: dict, gen_kwargs: dict,
): ):
results = itertools.chain.from_iterable( results = itertools.chain.from_iterable(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment