From 793849e30a79c5f544c70ccc1452f84c1ac9d9ef Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Mon, 2 Sep 2024 20:43:28 +0000 Subject: [PATCH] remove sleep --- validators/weight_setter.py | 1 - 1 file changed, 1 deletion(-) diff --git a/validators/weight_setter.py b/validators/weight_setter.py index cf6f6f12..95c62bc8 100644 --- a/validators/weight_setter.py +++ b/validators/weight_setter.py @@ -203,7 +203,6 @@ async def perform_synthetic_scoring_and_update_weights(self): uid_to_scores = await self.process_modality(selected_validator, available_uids) if uid_to_scores is None: bt.logging.info("We don't score this time.") - await asyncio.sleep(1) continue for uid, score in uid_to_scores.items():