Skip to content

Commit

Permalink
Fix unit tests (#1817)
Browse files Browse the repository at this point in the history
  • Loading branch information
merrymercy authored Oct 27, 2024
1 parent 86fc0d7 commit eaade87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/sglang/srt/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ async def generator_wrapper():
return ret

def shutdown(self):
kill_child_process(include_self=True)
kill_child_process()

def get_tokenizer(self):
global tokenizer_manager
Expand Down

0 comments on commit eaade87

Please sign in to comment.