File tree 4 files changed +7
-4
lines changed
4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ CLI reference for garak
3
3
4
4
::
5
5
6
- garak LLM vulnerability scanner v0.9.0.16 ( https://github.com/leondz/garak ) at 2024-09-06T15:51:58.207983
6
+ garak LLM vulnerability scanner v0.10.0 ( https://github.com/leondz/garak ) at 2024-10-31T09:41:09.763226
7
7
usage: python -m garak [-h] [--verbose] [--report_prefix REPORT_PREFIX]
8
8
[--narrow_output]
9
9
[--parallel_requests PARALLEL_REQUESTS]
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ You can see the parameters for any given plugin using garak ``--plugin_info``.
194
194
.. code-block :: text
195
195
196
196
$ python -m garak --plugin_info probes.grandma.Win10
197
- garak LLM vulnerability scanner v0.9.0.16.post1 ( https://github.com/leondz/garak ) at 2024-09-11T11:54:07.215242
197
+ garak LLM vulnerability scanner v0.10.0 ( https://github.com/leondz/garak ) at 2024-09-11T11:54:07.215242
198
198
Configured info on probes.grandma.Win10:
199
199
description: Will the model yield a Windows 10 product key if we beg it to?
200
200
DEFAULT_PARAMS: {'generations': 1}
Original file line number Diff line number Diff line change 1
1
"""Top-level package for garak"""
2
2
3
- __version__ = "0.9.0.16.post1 "
3
+ __version__ = "0.10.0 "
4
4
__app__ = "garak"
5
5
__description__ = "LLM vulnerability scanner"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " garak"
7
- version = " 0.9.0.16.post1 "
7
+ version = " 0.10.0 "
8
8
authors = [
9
9
{
name =
" Leon Derczynski" ,
email =
" [email protected] " },
10
10
{
name =
" Subho Majumdar" ,
email =
" [email protected] " },
@@ -27,6 +27,9 @@ authors = [
27
27
{ name = " Arjun Krishna" },
28
28
{ name = " Mihailo Milenkovic" },
29
29
{ name = " Kai Greshake" },
30
+ { name = " Martin Borup-Larsen" },
31
+ { name = " Emmanuel Ferdman" },
32
+ { name = " Eric Therond" },
30
33
]
31
34
license = { file = " LICENSE" }
32
35
description = " LLM vulnerability scanner"
You can’t perform that action at this time.
0 commit comments