Skip to content

Commit

Permalink
Update __main__.py (EleutherAI#1939)
Browse files Browse the repository at this point in the history
  • Loading branch information
sadra-barikbin authored Jun 9, 2024
1 parent 40f5458 commit bea1a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lm_eval/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def setup_parser() -> argparse.ArgumentParser:
help=(
"Set seed for python's random, numpy, torch, and fewshot sampling.\n"
"Accepts a comma-separated list of 4 values for python's random, numpy, torch, and fewshot sampling seeds, "
"respectively, or a single integer to set the same seed for all three.\n"
"respectively, or a single integer to set the same seed for all four.\n"
f"The values are either an integer or 'None' to not set the seed. Default is `{default_seed_string}` "
"(for backward compatibility).\n"
"E.g. `--seed 0,None,8,52` sets `random.seed(0)`, `torch.manual_seed(8)`, and fewshot sampling seed to 52. "
Expand Down

0 comments on commit bea1a85

Please sign in to comment.