[minor] Improve code style and compatibility (#1961)

This commit is contained in:
Lianmin Zheng
2024-11-08 02:19:41 -08:00
committed by GitHub
parent 7ef0084b0d
commit a509552087
6 changed files with 109 additions and 35 deletions

View File

@@ -461,7 +461,7 @@ class TokenizerManager:
break
kill_child_process(include_self=True)
sys.exit(-1)
sys.exit(0)
async def handle_loop(self):
"""The event loop that handles requests"""