Skip to content

Commit

Permalink
bump ver to 0.9.0.14, update CLI ref
Browse files Browse the repository at this point in the history
  • Loading branch information
leondz committed Jul 29, 2024
1 parent 054194a commit f4fdbb6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions docs/source/cliref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ CLI reference for garak

::

garak LLM vulnerability scanner v0.9.0.13 ( https://github.com/leondz/garak ) at 2024-05-10T15:18:18.123569
garak LLM vulnerability scanner v0.9.0.14 ( https://github.com/leondz/garak ) at 2024-07-29T15:04:47.649692
usage: python -m garak [-h] [--verbose] [--report_prefix REPORT_PREFIX]
[--narrow_output]
[--parallel_requests PARALLEL_REQUESTS]
[--parallel_attempts PARALLEL_ATTEMPTS] [--seed SEED]
[--deprefix] [--eval_threshold EVAL_THRESHOLD]
[--parallel_attempts PARALLEL_ATTEMPTS]
[--skip_unknown] [--seed SEED] [--deprefix]
[--eval_threshold EVAL_THRESHOLD]
[--generations GENERATIONS] [--config CONFIG]
[--model_type MODEL_TYPE] [--model_name MODEL_NAME]
[--generator_option_file GENERATOR_OPTION_FILE | --generator_options GENERATOR_OPTIONS]
Expand Down Expand Up @@ -36,6 +37,7 @@ CLI reference for garak
multiple generations per call.
--parallel_attempts PARALLEL_ATTEMPTS
How many probe attempts to launch in parallel.
--skip_unknown allow skip of unknown probes, detectors, or buffs
--seed SEED, -s SEED random seed
--deprefix remove the prompt from the front of generator output
--eval_threshold EVAL_THRESHOLD
Expand Down
2 changes: 1 addition & 1 deletion garak/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Top-level package for garak"""

__version__ = "0.9.0.13.post2"
__version__ = "0.9.0.14"
__app__ = "garak"
__description__ = "LLM vulnerability scanner"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "garak"
version = "0.9.0.13.post2"
version = "0.9.0.14"
authors = [
{ name = "Leon Derczynski", email="[email protected]" },
{ name = "Subho Majumdar", email="[email protected]" },
Expand Down

0 comments on commit f4fdbb6

Please sign in to comment.