Skip to content

Commit

Permalink
Update http_service.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lkk12014402 authored Dec 10, 2024
1 parent c34c9aa commit de51d51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion comps/cores/mega/http_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ def run(self):
self.event_loop.run_until_complete(self.execute_server())

def start(self, in_single_process=False):
print(in_single_process)
if in_single_process:
# Resolve HPU segmentation fault and potential tokenizer issues by limiting to same process
self.run()
Expand Down

0 comments on commit de51d51

Please sign in to comment.