We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa80f75 commit 37a3ed9Copy full SHA for 37a3ed9
1 file changed
fastdeploy/worker/worker_process.py
@@ -549,6 +549,7 @@ def event_loop_normal(self) -> None:
549
f"Rank: {self.local_rank} has updated parameters. {self.model_weights_status.value[0]}"
550
)
551
self.model_weights_signal[0] = ModelWeightsStatus.NORMAL
552
+ continue
553
elif self.model_weights_signal[0] == ModelWeightsStatus.CLEARING:
554
logger.info(
555
f"Rank: {self.local_rank} has cleared parameters. {self.model_weights_status.value[0]}"
0 commit comments