v0.9.0.15
版本发布时间: 2024-08-13 23:51:08
NVIDIA/garak最新发布版本:v0.10.0(2024-10-31 23:56:37)
What's Changed
New plugins
- probe: assess 🤗 repos for potentially malicious files (
fileformats
) by @leondz in https://github.com/leondz/garak/pull/767
New features
- use XDG paths for configuration data and caching by @jmartin-tech in https://github.com/leondz/garak/pull/799
- Report comparative info for detector scores by @leondz in https://github.com/leondz/garak/pull/814
- enable HFDetector model configuration with hf_args by @jmartin-tech in https://github.com/leondz/garak/pull/810
- Flags for varying NIM seed and temperature every call by @leondz in https://github.com/leondz/garak/pull/808
Tuning & fixes
- don't skip listing probes in 100%-pass-rate modules by @leondz in https://github.com/leondz/garak/pull/781
- make default regex
raw
to remove python 3.12 warnings by @jmartin-tech in https://github.com/leondz/garak/pull/809 - suppress HF
warning
s and lower during detector model instantiation by @leondz in https://github.com/leondz/garak/pull/807 - validate cache consistency on first access by @jmartin-tech in https://github.com/leondz/garak/pull/815
- clarify
continuation
probes by @leondz in https://github.com/leondz/garak/pull/813 - print logfile path when invoked from CLI by @leondz in https://github.com/leondz/garak/pull/811
- update slurprompts filename in encoding pkg by @leondz in https://github.com/leondz/garak/pull/818
Full Changelog: https://github.com/leondz/garak/compare/v0.9.0.14...v0.9.0.15