Skip to content

Commit

Permalink
Merge pull request #33 from opentensor/resync-longer
Browse files Browse the repository at this point in the history
10 -> 100 blocks
  • Loading branch information
ifrit98 committed Oct 2, 2023
2 parents 591e3be + efe806d commit f9a1655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prompting/validators/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def add_args(cls, parser):
"--neuron.checkpoint_block_length",
type=int,
help="Blocks before a checkpoint is saved.",
default=10,
default=100,
)
parser.add_argument(
"--neuron.events_retention_size",
Expand Down

0 comments on commit f9a1655

Please sign in to comment.