Skip to content

Commit

Permalink
Remove unnecessary add callback
Browse files Browse the repository at this point in the history
  • Loading branch information
s5u13b committed Aug 29, 2024
1 parent 5f3286d commit c5adfa8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/backends/vllm/test_llm_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
class MockEngine(LLMEngineLlumnix):
def __init__(self, executor_class=None, *args, **kwargs):
self.scheduler = initialize_scheduler()
self.scheduler.add_update_instance_info_callback(self.update_instance_info)
detokenizer = MagicMock(spec=Detokenizer)
stop_checker = MagicMock(spec=StopChecker)
seq_counter = Counter()
Expand Down

0 comments on commit c5adfa8

Please sign in to comment.