Set sample size to 200 for automated eval runs as well

This commit is contained in:
Debanjum
2024-11-23 14:48:38 -08:00
parent c4ef31d86f
commit 8dd2122817

View File

@@ -89,7 +89,7 @@ jobs:
- name: 📝 Run Eval
env:
KHOJ_MODE: ${{ matrix.khoj_mode }}
SAMPLE_SIZE: ${{ inputs.sample_size }}
SAMPLE_SIZE: ${{ github.event_name == 'workflow_dispatch' && inputs.sample_size || 200 }}
BATCH_SIZE: "20"
RANDOMIZE: "True"
KHOJ_URL: "http://localhost:42110"