Skip to content

Commit

Permalink
Decrease max weight limit (#149)
Browse files Browse the repository at this point in the history
* update version key for netuid 1

* decrease max weight limit

* Update hyperparameters.md

---------

Co-authored-by: Cameron Fairchild <cameron@opentensor.ai>
  • Loading branch information
Eugene-hu and camfairchild authored Aug 9, 2023
1 parent 3a6bf63 commit 28fafb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyperparameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MaxAllowedUids: u16 = 1024;
Issuance: u64 = 0;
MinAllowedWeights: u16 = 8;
EmissionValue: u64 = 142_223_000;
MaxWeightsLimit: u16 = 32768; // 50% of u16
MaxWeightsLimit: 455; // 455/2^16 = 0.0069
ValidatorBatchSize: u16 = 1;
ValidatorSequenceLen: u16 = 2048; // 2048
ValidatorEpochLen: u16 = 100;
Expand Down

0 comments on commit 28fafb0

Please sign in to comment.