fix: Remove dupulicated kv_events initialization in scheduler (#13132)

This commit is contained in:
wxsm
2025-11-12 15:54:47 +08:00
committed by GitHub
parent ae68158f2e
commit f825137f8a

View File

@@ -416,7 +416,6 @@ class Scheduler(
# Init metrics stats
self.init_metrics(tp_rank, pp_rank, dp_rank)
self.init_kv_events(server_args.kv_events_config)
# Init memory pool and cache
self.init_memory_pool_and_cache()