Skip to content

Commit

Permalink
update hint to reference --parallel_attempts (#951)
Browse files Browse the repository at this point in the history
Hint is guarded by check for parallel_attempts not parallel_requests
  • Loading branch information
leondz authored Oct 16, 2024
2 parents 4110f91 + 31a5ff5 commit bd0bb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion garak/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ def main(arguments=None) -> None:
and _config.system.parallel_attempts is False
):
command.hint(
f"This run can be sped up 🥳 Generator '{generator.fullname}' supports parallelism! Consider using `--parallel_requests 16` (or more) to greatly accelerate your run. 🐌",
f"This run can be sped up 🥳 Generator '{generator.fullname}' supports parallelism! Consider using `--parallel_attempts 16` (or more) to greatly accelerate your run. 🐌",
logging=logging,
)

Expand Down

0 comments on commit bd0bb3f

Please sign in to comment.