From d9c9fa86f950af76d6c97cd753a1eef1d30222bd Mon Sep 17 00:00:00 2001 From: Adam Wilson Date: Mon, 19 May 2025 06:31:17 -0600 Subject: [PATCH] debugging --- .github/workflows/llmsecops-cicd.llm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/llmsecops-cicd.llm.yml b/.github/workflows/llmsecops-cicd.llm.yml index 41943c54e..166142154 100644 --- a/.github/workflows/llmsecops-cicd.llm.yml +++ b/.github/workflows/llmsecops-cicd.llm.yml @@ -26,7 +26,7 @@ jobs: working-directory: ${{ github.workspace }}/.github/workflows shell: bash run: | - python -m src.api.controller & + nohup python -m src.api.controller & - name: 'set up Microsoft Phi-3 Mini 4k LLM from HuggingFace' run: | @@ -41,7 +41,7 @@ jobs: working-directory: ${{ github.workspace }}/src/tools shell: bash run: | - curl -s http://localhost:9998/ > /dev/null 2>&1 + curl -i http://localhost:9998/ garak -v \ --config ${{ github.workspace }}/src/tools/garak.config.yml \