From 8dd21228176a14d921e69db343af22a5a606cf35 Mon Sep 17 00:00:00 2001 From: Debanjum Date: Sat, 23 Nov 2024 14:48:38 -0800 Subject: [PATCH] Set sample size to 200 for automated eval runs as well --- .github/workflows/run_evals.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_evals.yml b/.github/workflows/run_evals.yml index e77dcbfd..f7578253 100644 --- a/.github/workflows/run_evals.yml +++ b/.github/workflows/run_evals.yml @@ -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"