[BUGFIX] clear request #4286 (#4402)

Co-authored-by: ltd0924 <luotingdan@baidu.com>
This commit is contained in:
ltd0924
2025-10-15 17:43:28 +08:00
committed by GitHub
parent bdc0207277
commit fbdb056de0
4 changed files with 6 additions and 1 deletions
+2
View File
@@ -333,6 +333,8 @@ class PaddleDisWorkerProc:
self.worker.model_runner,
self.parallel_config.engine_worker_queue_port,
)
logger.info(f"current task queue data: {self.task_queue.num_tasks()}")
self.task_queue.clear_data()
self.model_weights_signal[0] = ModelWeightsStatus.NORMAL
logger.info(f"Rank: {self.local_rank} has updated or cleared parameters.")