Skip to content

Commit

Permalink
review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Matveev <amatveev@redhat.com>
  • Loading branch information
alexm-redhat committed Jan 28, 2025
1 parent 1ccf100 commit 39c4a4c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vllm/v1/worker/tpu_model_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,9 +556,6 @@ def dummy_run(
assert self.model is not None
self.model(token_ids, position_ids, None, kv_caches)

def profile_run(self) -> None:
raise NotImplementedError()

def capture_model(self) -> None:
"""Compile the model."""

Expand Down

0 comments on commit 39c4a4c

Please # to comment.