Skip to content

Commit

Permalink
debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
mchen644 committed Sep 10, 2024
1 parent 00120ea commit e5792df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/engine/async_llm_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ async def step_async(
"swap out block num: %d, swap out seq num: %d, "
"swap in block num: %d, swap in seq num: %d, low efficient swap out ratio: %.5f,"
"mean low efficient swap out extent: %.5f, mean swap-out seq waiting time: %.5f, "
"gpu memory iter: %.5f, gpu computation iter: %.5f, sort time: %.5f"
"gpu memory iter: %.5f, gpu computation iter: %.5f, sort time: %.5f, "
"schedule running time: %.5f, schedule swapped time: %.5f, schedule prefill time: %.5f,"
"swap while time: %.5f, prefill while time: %.5f",
self.schedule_time,
Expand Down

0 comments on commit e5792df

Please sign in to comment.