Skip to content

Commit b656b2d

Browse files
authored
[Fix] Typo in serve/engine.py (#3000)
Typo engine.py
1 parent a00e6b5 commit b656b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/mlc_llm/serve/engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1856,7 +1856,7 @@ def _generate( # pylint: disable=too-many-locals
18561856
generation_config: GenerationConfig,
18571857
request_id: str,
18581858
) -> Iterator[List[engine_base.CallbackStreamOutput]]:
1859-
"""Internal synchronous text generation interface of AsyncMLCEngine.
1859+
"""Internal synchronous text generation interface of MLCEngine.
18601860
The method is a coroutine that streams a list of CallbackStreamOutput
18611861
at a time via yield. The returned list length is the number of
18621862
parallel generations specified by `generation_config.n`

0 commit comments

Comments
 (0)