Skip to content

Commit

Permalink
Merge pull request macrocosm-os#61 from opentensor/hotfix/increase-sa…
Browse files Browse the repository at this point in the history
…mple-size

Hotfix/increase sample size
  • Loading branch information
p-ferreira authored Jan 24, 2024
2 parents 983791d + a21ab2f commit 2ab8358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prompting/utils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def add_validator_args(cls, parser):
"--neuron.sample_size",
type=int,
help="The number of miners to query in a single step.",
default=10,
default=50,
)

parser.add_argument(
Expand Down

0 comments on commit 2ab8358

Please sign in to comment.