Fix unit tests (#1817)

This commit is contained in:
Lianmin Zheng
2024-10-27 03:04:54 -07:00
committed by GitHub
parent 86fc0d79d0
commit eaade87a42

View File

@@ -834,7 +834,7 @@ class Engine:
return ret
def shutdown(self):
kill_child_process(include_self=True)
kill_child_process()
def get_tokenizer(self):
global tokenizer_manager