Skip to content

Commit

Permalink
split log line
Browse files Browse the repository at this point in the history
  • Loading branch information
Bslabe123 committed Jun 24, 2024
1 parent dbe52b7 commit 2845584
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jetstream/core/orchestrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,8 @@ def _transfer_thread(self, idx: int):
self._generate_backlogs[target_idx].put(new_request, block=True)
logging.info(
"Successfully transferred prefill "
"from prefill engine %d to generate engine %d (%d requests now in backlog).",
"from prefill engine %d to generate engine %d "
"(%d requests now in backlog).",
idx,
target_idx,
self._generate_backlogs[target_idx].qsize(),
Expand Down

0 comments on commit 2845584

Please sign in to comment.