Skip to content

Commit

Permalink
reduced set_weights and resync_metagraph cadence
Browse files Browse the repository at this point in the history
  • Loading branch information
hscott-yuma committed Dec 5, 2024
1 parent fff5587 commit 781080f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions precog/validators/weight_setter.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ def __init__(self, config=None, loop=None):
self.prediction_interval = self.config.prediction_interval # in minutes
self.N_TIMEPOINTS = self.config.N_TIMEPOINTS # number of timepoints to predict
self.last_sync = 0
self.set_weights_rate = 100 # in blocks
self.resync_metagraph_rate = 20 # in blocks
self.set_weights_rate = 150 # in blocks
self.resync_metagraph_rate = 25 # in blocks
bt.logging.info(
f"Running validator for subnet: {self.config.netuid} on network: {self.config.subtensor.network}"
)
Expand Down

0 comments on commit 781080f

Please sign in to comment.