Skip to content

Commit

Permalink
remove breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanniasingheTT committed Nov 12, 2024
1 parent 4e150a2 commit e3efb5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/mock_vllm_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,6 @@ def _write_to_json(self, stats):
self.num_total_grouped_step += 1

if len(stats.time_to_first_tokens_iter) > 0:
breakpoint()
# if inference is done online, need to handle case where not all user requests are made at same engine step call
if os.path.exists(self.filepath):
with open(self.filepath, "r") as file:
Expand Down

0 comments on commit e3efb5b

Please sign in to comment.