Skip to content

Commit

Permalink
chore(warmup): removed superflous prefill call
Browse files Browse the repository at this point in the history
  • Loading branch information
tengomucho committed Sep 9, 2024
1 parent 1676b67 commit 8c508fa
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,6 @@ def warmup(self, batch: Batch) -> int:
if not decode_done:
logger.debug("No decode done during warmup")

self.prefill(batch)
self.clear()
elapsed = time.time() - start
logger.debug(f"Warmup done, took {elapsed:.2f}s")
seq_len = self.engine.env.seq_len
Expand Down

0 comments on commit 8c508fa

Please sign in to comment.