Merge pull request #29 from lightbroker/model-support-expansion

cron
This commit is contained in:
Adam Wilson
2025-08-19 09:23:48 -06:00
committed by GitHub
5 changed files with 15 additions and 0 deletions

View File

@@ -1,6 +1,9 @@
name: '#4 (1-20) | RAG + CoT | microsoft/Phi-3-mini-4k-instruct'
on:
workflow_dispatch:
schedule:
# Workflow 1 - Starts at hours: 0, 5, 10, 15, 20 (every 5th hour starting from midnight)
- cron: '0 */5 * * *'
jobs:
test-prompts-1-20:

View File

@@ -1,6 +1,9 @@
name: '#4 (21-40) | RAG + CoT | microsoft/Phi-3-mini-4k-instruct'
on:
workflow_dispatch:
schedule:
# Workflow 2 - Starts at hours: 1, 6, 11, 16, 21 (every 5th hour starting from 1 AM)
- cron: '0 1-23/5 * * *'
jobs:
test-prompts-21-40:

View File

@@ -1,6 +1,9 @@
name: '#4 (41-60) | RAG + CoT | microsoft/Phi-3-mini-4k-instruct'
on:
workflow_dispatch:
schedule:
# Workflow 3 - Starts at hours: 2, 7, 12, 17, 22 (every 5th hour starting from 2 AM)
- cron: '0 2-23/5 * * *'
jobs:
test-prompts-41-60:

View File

@@ -1,6 +1,9 @@
name: '#4 (61-80) | RAG + CoT | microsoft/Phi-3-mini-4k-instruct'
on:
workflow_dispatch:
schedule:
# Workflow 4 - Starts at hours: 3, 8, 13, 18, 23 (every 5th hour starting from 3 AM)
- cron: '0 3-23/5 * * *'
jobs:
test-prompts-61-80:

View File

@@ -1,6 +1,9 @@
name: '#4 (81-100) | RAG + CoT | microsoft/Phi-3-mini-4k-instruct'
on:
workflow_dispatch:
schedule:
# Workflow 5 - Starts at hours: 4, 9, 14, 19 (every 5th hour starting from 4 AM)
- cron: '0 4-19/5 * * *'
jobs:
test-prompts-81-100: