File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ CLI reference for garak
33
44::
55
6- garak LLM vulnerability scanner v0.14.1 ( https://github.com/NVIDIA/garak ) at 2026-04-03T10:10:30.625590
6+ garak LLM vulnerability scanner v0.14.2.pre1 ( https://github.com/NVIDIA/garak ) at 2026-04-03T10:17:28.777992
77 usage: python -m garak [-h] [--verbose] [--report_prefix REPORT_PREFIX]
88 [--narrow_output]
99 [--parallel_requests PARALLEL_REQUESTS]
Original file line number Diff line number Diff line change 11"""Top-level package for garak"""
22
3- __version__ = "0.14.1 "
3+ __version__ = "0.14.2.pre1 "
44__app__ = "garak"
55__description__ = "LLM vulnerability scanner"
66
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44
55[project ]
66name = " garak"
7- version = " 0.14.1 "
7+ version = " 0.14.2.pre1 "
88authors = [
99 { name = " Leon Derczynski" , email =" lderczynski@nvidia.com" },
1010 { name = " Subho Majumdar" , email =" subho@vijil.ai" },
You can’t perform that action at this time.
0 commit comments