mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 21:29:11 +00:00
Set sample size to 200 for automated eval runs as well
This commit is contained in:
2
.github/workflows/run_evals.yml
vendored
2
.github/workflows/run_evals.yml
vendored
@@ -89,7 +89,7 @@ jobs:
|
|||||||
- name: 📝 Run Eval
|
- name: 📝 Run Eval
|
||||||
env:
|
env:
|
||||||
KHOJ_MODE: ${{ matrix.khoj_mode }}
|
KHOJ_MODE: ${{ matrix.khoj_mode }}
|
||||||
SAMPLE_SIZE: ${{ inputs.sample_size }}
|
SAMPLE_SIZE: ${{ github.event_name == 'workflow_dispatch' && inputs.sample_size || 200 }}
|
||||||
BATCH_SIZE: "20"
|
BATCH_SIZE: "20"
|
||||||
RANDOMIZE: "True"
|
RANDOMIZE: "True"
|
||||||
KHOJ_URL: "http://localhost:42110"
|
KHOJ_URL: "http://localhost:42110"
|
||||||
|
|||||||
Reference in New Issue
Block a user