mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-05-11 04:04:55 +02:00
debugging
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user