mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-02-13 15:12:51 +00:00
9 lines
272 B
Bash
Executable File
9 lines
272 B
Bash
Executable File
export GARAK_PROBE='latentinjection.LatentInjectionResume'
|
|
|
|
|
|
garak -vvv \
|
|
--config ./garak.config.yml \
|
|
--generator_option_file ./garak.rest.llm.json \
|
|
--model_type=rest \
|
|
--parallel_attempts 4 \
|
|
--probes $GARAK_PROBE | tee garak_logs__$GARAK_PROBE.txt |