fix llama

This commit is contained in:
Adam Wilson
2025-08-18 20:27:56 -06:00
parent 42e4962063
commit 6de1a82575
5 changed files with 10 additions and 10 deletions
@@ -1,10 +1,10 @@
name: '#4 (1-20) | RAG + CoT | microsoft/Phi-3-mini-4k-instruct'
name: '#4 (1-20) | RAG + CoT | meta-llama/Llama-3.2-3B-Instruct'
on:
workflow_dispatch:
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_meta_llama_3_2_3b_instruct.base.yml
with:
batch_offset: 0
range_name: "1-20"
@@ -1,10 +1,10 @@
name: '#4 (21-40) | RAG + CoT | microsoft/Phi-3-mini-4k-instruct'
name: '#4 (21-40) | RAG + CoT | meta-llama/Llama-3.2-3B-Instruct'
on:
workflow_dispatch:
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_meta_llama_3_2_3b_instruct.base.yml
with:
batch_offset: 20
range_name: "21-40"
@@ -1,10 +1,10 @@
name: '#4 (41-60) | RAG + CoT | microsoft/Phi-3-mini-4k-instruct'
name: '#4 (41-60) | RAG + CoT | meta-llama/Llama-3.2-3B-Instruct'
on:
workflow_dispatch:
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_meta_llama_3_2_3b_instruct.base.yml
with:
batch_offset: 40
range_name: "41-60"
@@ -1,10 +1,10 @@
name: '#4 (61-80) | RAG + CoT | microsoft/Phi-3-mini-4k-instruct'
name: '#4 (61-80) | RAG + CoT | meta-llama/Llama-3.2-3B-Instruct'
on:
workflow_dispatch:
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_meta_llama_3_2_3b_instruct.base.yml
with:
batch_offset: 60
range_name: "61-80"
@@ -1,10 +1,10 @@
name: '#4 (81-100) | RAG + CoT | microsoft/Phi-3-mini-4k-instruct'
name: '#4 (81-100) | RAG + CoT | meta-llama/Llama-3.2-3B-Instruct'
on:
workflow_dispatch:
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_meta_llama_3_2_3b_instruct.base.yml
with:
batch_offset: 80
range_name: "81-100"