Skip to content

Commit d221844

Browse files
authored
version key update (opentensor#185)
1 parent f048113 commit d221844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hyperparameters.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ActivityCutoff: u16 = 5000;
3232
MaxRegistrationsPerBlock: u16 = 1;
3333
PruningScore : u16 = u16::MAX;
3434
BondsMovingAverage: u64 = 900_000;
35-
WeightsVersionKey: u64 = 1000;
35+
WeightsVersionKey: u64 = 1020;
3636
MinDifficulty: u64 = 10_000_000;
3737
MaxDifficulty: u64 = u64::MAX / 4;
3838
ServingRateLimit: u64 = 10;

0 commit comments

Comments
 (0)