File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
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.10.1 ( https://github.com/NVIDIA/garak ) at 2024-12-19T11:28:00.501208
6
+ garak LLM vulnerability scanner v0.10.2 ( https://github.com/NVIDIA/garak ) at 2025-01-30T13:10:51.281653
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 1
1
"""Top-level package for garak"""
2
2
3
- __version__ = "0.10.1.post1 "
3
+ __version__ = "0.10.2 "
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.10.1.post1 "
7
+ version = " 0.10.2 "
8
8
authors = [
9
9
{
name =
" Leon Derczynski" ,
email =
" [email protected] " },
10
10
{
name =
" Subho Majumdar" ,
email =
" [email protected] " },
@@ -36,6 +36,7 @@ authors = [
36
36
{ name = " Rafael Sandroni" },
37
37
{ name = " Eric Hacker" },
38
38
{ name = " Blessed Uyo" },
39
+ { name = " Ikko Eltociear Ashimine" },
39
40
]
40
41
license = { file = " LICENSE" }
41
42
description = " LLM vulnerability scanner"
You can’t perform that action at this time.
0 commit comments