From b8cb6bac0b0e203d5f056f0659c2bc72f2213ba5 Mon Sep 17 00:00:00 2001 From: hscott Date: Thu, 5 Dec 2024 13:02:03 -0500 Subject: [PATCH] invalid ip error on weight setting --- precog/validators/weight_setter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/precog/validators/weight_setter.py b/precog/validators/weight_setter.py index 067aa5b..eb2a4a4 100755 --- a/precog/validators/weight_setter.py +++ b/precog/validators/weight_setter.py @@ -47,6 +47,7 @@ def __init__(self, config=None, loop=None): self.current_block - self.node_query("SubtensorModule", "LastUpdate", [self.config.netuid])[self.my_uid] ) self.tempo = self.node_query("SubtensorModule", "Tempo", [self.config.netuid]) + bt.logging.debug(f"Config:{self.config}") if self.config.wandb_on: setup_wandb(self) self.stop_event = asyncio.Event() @@ -135,7 +136,6 @@ async def set_weights(self): uids=uint_uids, weights=uint_weights, wait_for_inclusion=True, - wait_for_finalization=True, version_key=__spec_version__, ) if result: