no report arg (garak)

This commit is contained in:
Adam Wilson
2025-05-19 18:40:25 -06:00
parent ea5a8cd497
commit 7f65ab9169
2 changed files with 1 additions and 2 deletions
+1 -2
View File
@@ -124,8 +124,7 @@ jobs:
--config ${{ github.workspace }}/src/tools/garak.config.yml \
--generator_option_file ${{ github.workspace }}/src/tools/garak.rest.llm.json \
--model_type=rest \
--parallel_attempts 16 \
--report logs/garak_report 2>&1
--parallel_attempts 16
} > logs/garak.log 2>&1
GARAK_EXIT_CODE=$?
View File