Super tiny remove unused code (#4750)

This commit is contained in:
fzyzcjy
2025-03-28 13:32:14 +08:00
committed by GitHub
parent d3f71f5e19
commit 265e756494

View File

@@ -261,7 +261,6 @@ class TokenizerManager:
self.start_profile_communicator = _Communicator(
self.send_to_scheduler, server_args.dp_size
)
self.health_check_communitcator = _Communicator(self.send_to_scheduler, 1)
self.get_internal_state_communicator = _Communicator(
self.send_to_scheduler, server_args.dp_size
)