Files
llmsecops-research/tests/security/run_garak.sh

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