v0.9.0.15
NVIDIA/garakv0.9.0.15Aug 13, 2024by leondz
AI Summary
Adds a probe to assess HuggingFace repositories for malicious files and improves configuration handling using XDG paths. Includes comparative reporting for detector scores and enables HFDetector model configuration.
Key Highlights
- New probe for malicious files in HuggingFace repos
- XDG paths support for configuration and caching
- Comparative info reporting for detector scores
- HFDetector model configuration with `hf_args`
- Flags for varying NIM seed and temperature
New Features
- File formats probe
- XDG path integration
- Comparative reporting
- HFDetector configuration
- NIM seed and temperature flags
Full Release Notes
## 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