From 5b387bb71a5846a90d36f1470460b6821b839f28 Mon Sep 17 00:00:00 2001 From: hxsz1997 <45651968+hxsz1997@users.noreply.github.com> Date: Wed, 21 Feb 2024 17:39:33 +0800 Subject: [PATCH] Change the nightly test time of ppl and harness (#10198) * remove include and language option, select the corresponding dataset based on the model name in Run * change the nightly test time * change the nightly test time of harness and ppl --- .github/workflows/llm-harness-evaluation.yml | 2 +- .github/workflows/llm-ppl-evaluation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/llm-harness-evaluation.yml b/.github/workflows/llm-harness-evaluation.yml index d048a1bf..863101f2 100644 --- a/.github/workflows/llm-harness-evaluation.yml +++ b/.github/workflows/llm-harness-evaluation.yml @@ -11,7 +11,7 @@ permissions: # Controls when the action will run. on: schedule: - - cron: "00 13 * * *" # GMT time, 13:00 GMT == 21:00 China + - cron: "30 12 * * *" # GMT time, 12:30 GMT == 20:30 China pull_request: branches: [main] paths: diff --git a/.github/workflows/llm-ppl-evaluation.yml b/.github/workflows/llm-ppl-evaluation.yml index f97f4b48..b085f1f1 100644 --- a/.github/workflows/llm-ppl-evaluation.yml +++ b/.github/workflows/llm-ppl-evaluation.yml @@ -11,7 +11,7 @@ permissions: # Controls when the action will run. on: schedule: - - cron: "00 14 * * *" # GMT time, 14:00 GMT == 22:00 China + - cron: "00 12 * * *" # GMT time, 12:00 GMT == 20:00 China pull_request: branches: [main] paths: