Skip to content

Commit

Permalink
Wait for inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
RusticLuftig committed Dec 22, 2024
1 parent 034c56f commit 6cf6436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neurons/validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ async def _try_set_weights() -> typing.Tuple[bool, str]:
wallet=self.wallet,
uids=uids,
weights=weights_to_set.numpy(),
wait_for_inclusion=False,
wait_for_inclusion=True,
version_key=constants.weights_version_key,
max_retries=1,
)
Expand Down

0 comments on commit 6cf6436

Please sign in to comment.