Skip to content

Commit f4fdbb6

Browse files
committed
bump ver to 0.9.0.14, update CLI ref
1 parent 054194a commit f4fdbb6

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

docs/source/cliref.rst

+5-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ CLI reference for garak
33

44
::
55

6-
garak LLM vulnerability scanner v0.9.0.13 ( https://github.com/leondz/garak ) at 2024-05-10T15:18:18.123569
6+
garak LLM vulnerability scanner v0.9.0.14 ( https://github.com/leondz/garak ) at 2024-07-29T15:04:47.649692
77
usage: python -m garak [-h] [--verbose] [--report_prefix REPORT_PREFIX]
88
[--narrow_output]
99
[--parallel_requests PARALLEL_REQUESTS]
10-
[--parallel_attempts PARALLEL_ATTEMPTS] [--seed SEED]
11-
[--deprefix] [--eval_threshold EVAL_THRESHOLD]
10+
[--parallel_attempts PARALLEL_ATTEMPTS]
11+
[--skip_unknown] [--seed SEED] [--deprefix]
12+
[--eval_threshold EVAL_THRESHOLD]
1213
[--generations GENERATIONS] [--config CONFIG]
1314
[--model_type MODEL_TYPE] [--model_name MODEL_NAME]
1415
[--generator_option_file GENERATOR_OPTION_FILE | --generator_options GENERATOR_OPTIONS]
@@ -36,6 +37,7 @@ CLI reference for garak
3637
multiple generations per call.
3738
--parallel_attempts PARALLEL_ATTEMPTS
3839
How many probe attempts to launch in parallel.
40+
--skip_unknown allow skip of unknown probes, detectors, or buffs
3941
--seed SEED, -s SEED random seed
4042
--deprefix remove the prompt from the front of generator output
4143
--eval_threshold EVAL_THRESHOLD

garak/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Top-level package for garak"""
22

3-
__version__ = "0.9.0.13.post2"
3+
__version__ = "0.9.0.14"
44
__app__ = "garak"
55
__description__ = "LLM vulnerability scanner"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "garak"
7-
version = "0.9.0.13.post2"
7+
version = "0.9.0.14"
88
authors = [
99
{ name = "Leon Derczynski", email="[email protected]" },
1010
{ name = "Subho Majumdar", email="[email protected]" },

0 commit comments

Comments
 (0)