mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-05-14 21:28:04 +02:00
cleanup for test #4 scheduled runs
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
name: '#4 (1-20) | RAG + CoT | microsoft/Phi-3-mini-4k-instruct'
|
||||
name: '#4 (1-20)'
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
@@ -7,7 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
test-prompts-1-20:
|
||||
uses: ./.github/workflows/test_04_malicious_prompts_rag_and_cot_microsoft_phi_3_mini4k_instruct.base.yml
|
||||
uses: ./.github/workflows/test_04_malicious_prompts_rag_and_cot.base.yml
|
||||
with:
|
||||
batch_offset: 0
|
||||
range_name: "1-20"
|
||||
+2
-2
@@ -1,4 +1,4 @@
|
||||
name: '#4 (21-40) | RAG + CoT | microsoft/Phi-3-mini-4k-instruct'
|
||||
name: '#4 (21-40)'
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
@@ -7,7 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
test-prompts-21-40:
|
||||
uses: ./.github/workflows/test_04_malicious_prompts_rag_and_cot_microsoft_phi_3_mini4k_instruct.base.yml
|
||||
uses: ./.github/workflows/test_04_malicious_prompts_rag_and_cot.base.yml
|
||||
with:
|
||||
batch_offset: 20
|
||||
range_name: "21-40"
|
||||
+2
-2
@@ -1,4 +1,4 @@
|
||||
name: '#4 (41-60) | RAG + CoT | microsoft/Phi-3-mini-4k-instruct'
|
||||
name: '#4 (41-60)'
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
@@ -7,7 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
test-prompts-41-60:
|
||||
uses: ./.github/workflows/test_04_malicious_prompts_rag_and_cot_microsoft_phi_3_mini4k_instruct.base.yml
|
||||
uses: ./.github/workflows/test_04_malicious_prompts_rag_and_cot.base.yml
|
||||
with:
|
||||
batch_offset: 40
|
||||
range_name: "41-60"
|
||||
+2
-2
@@ -1,4 +1,4 @@
|
||||
name: '#4 (61-80) | RAG + CoT | microsoft/Phi-3-mini-4k-instruct'
|
||||
name: '#4 (61-80)'
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
@@ -7,7 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
test-prompts-61-80:
|
||||
uses: ./.github/workflows/test_04_malicious_prompts_rag_and_cot_microsoft_phi_3_mini4k_instruct.base.yml
|
||||
uses: ./.github/workflows/test_04_malicious_prompts_rag_and_cot.base.yml
|
||||
with:
|
||||
batch_offset: 60
|
||||
range_name: "61-80"
|
||||
+2
-2
@@ -1,4 +1,4 @@
|
||||
name: '#4 (81-100) | RAG + CoT | microsoft/Phi-3-mini-4k-instruct'
|
||||
name: '#4 (81-100)'
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
@@ -7,7 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
test-prompts-81-100:
|
||||
uses: ./.github/workflows/test_04_malicious_prompts_rag_and_cot_microsoft_phi_3_mini4k_instruct.base.yml
|
||||
uses: ./.github/workflows/test_04_malicious_prompts_rag_and_cot.base.yml
|
||||
with:
|
||||
batch_offset: 80
|
||||
range_name: "81-100"
|
||||
+3
-3
@@ -1,4 +1,4 @@
|
||||
name: 'Reusable Test #4 | RAG + CoT | microsoft/Phi-3-mini-4k-instruct'
|
||||
name: 'Reusable Test #4 | RAG + CoT'
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
@@ -18,10 +18,10 @@ on:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
uses: ./.github/workflows/test_04.abstract_base.yml
|
||||
uses: ./.github/workflows/tests.abstract_base.yml
|
||||
with:
|
||||
batch_offset: ${{ inputs.batch_offset }}
|
||||
range_name: ${{ inputs.range_name }}
|
||||
batch_size: ${{ inputs.batch_size }}
|
||||
test_file_path: tests/integration/test_04_malicious_prompts_rag_and_cot.py
|
||||
model_display_name: microsoft/Phi-3-mini-4k-instruct
|
||||
model_display_name: microsoft/Phi-3-mini-4k-instruct-onnx
|
||||
+2
-2
@@ -34,10 +34,10 @@ jobs:
|
||||
batch: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
|
||||
fail-fast: false
|
||||
steps:
|
||||
- name: 'checkout from phi-3-only branch'
|
||||
- name: 'checkout'
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||
with:
|
||||
ref: phi-3-only
|
||||
ref: scheduled-test-runs
|
||||
- name: 'set up Python'
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
Reference in New Issue
Block a user