debugging

This commit is contained in:
Adam Wilson
2025-05-19 06:31:17 -06:00
parent 1c8d71ff0c
commit d9c9fa86f9
+2 -2
View File
@@ -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 \