"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "a6610db7a8ea0c8b04ec915b8ff3cac670606827"
Unverified Commit eaade87a authored by Lianmin Zheng's avatar Lianmin Zheng Committed by GitHub
Browse files

Fix unit tests (#1817)

parent 86fc0d79
...@@ -834,7 +834,7 @@ class Engine: ...@@ -834,7 +834,7 @@ class Engine:
return ret return ret
def shutdown(self): def shutdown(self):
kill_child_process(include_self=True) kill_child_process()
def get_tokenizer(self): def get_tokenizer(self):
global tokenizer_manager global tokenizer_manager
......
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