Skip to content

Commit

Permalink
[Fix] Update missing change in engine ffi func name (#2396)
Browse files Browse the repository at this point in the history
This PR updates the missange change in engine ffi func name from #2390.
  • Loading branch information
cyx-6 authored May 23, 2024
1 parent ddbec62 commit eb546ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mlc_llm/serve/sync_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def __init__( # pylint: disable=too-many-arguments,too-many-locals
"add_request",
"abort_request",
"step",
"metrics",
"json_metrics",
"reset",
"get_request_stream_callback",
"set_request_stream_callback",
Expand Down

0 comments on commit eb546ee

Please sign in to comment.