Skip to content

Commit

Permalink
invalid ip error on weight setting
Browse files Browse the repository at this point in the history
  • Loading branch information
hscott-yuma committed Dec 5, 2024
1 parent 4b68f67 commit b8cb6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion precog/validators/weight_setter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit b8cb6ba

Please sign in to comment.