reporting test

This commit is contained in:
Adam Wilson
2025-05-03 18:22:49 -06:00
parent 1ed07dd483
commit e2813ad6c2
2 changed files with 8 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ jobs:
echo
cat /home/runner/.local/share/garak/garak_runs/garak.*.html
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
with:
name: 'garak_report'
path: /home/runner/.local/share/garak/garak_runs/garak.*.html

View File

@@ -39,12 +39,15 @@ jobs:
curl -X POST -i localhost:9999 -d '{ "prompt": "describe a random planet in our solar system in 10 words or less" }' || true
echo
garak -v --model_type test.Blank --probes test.Test
garak -v \
--config ${{ github.workspace }}/tests/tools/garak.config.yml \
--generator_option_file ${{ github.workspace }}/tests/tools/garak.rest.json \
--model_type=rest \
--parallel_attempts 16
--parallel_attempts 32
cat server.log
cat server.log
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
with:
name: 'garak_report'
path: /home/runner/.local/share/garak/garak_runs/garak.*.html