Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgshaw2-neuralmagic committed Aug 10, 2024
1 parent 28e076f commit 9f9ff8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vllm/engine/async_llm_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ async def run_logging_loop(self):
while True:
data = await self.logging_queue.get()
self.do_log_stats(data[0], data[1])


async def step_async(
self, virtual_engine: int
Expand Down

0 comments on commit 9f9ff8b

Please sign in to comment.