From 593cfc09a3f23256bc11be60489c941bedd712c3 Mon Sep 17 00:00:00 2001 From: Yuxuan Xia <77518229+NovTi@users.noreply.github.com> Date: Tue, 20 Feb 2024 09:53:59 +0800 Subject: [PATCH] Fix the C-Eval nightly test trigger time (#10172) * Add c-eval workflow and modify running files * Modify the chatglm evaluator file * Modify the ceval workflow for triggering test * Modify the ceval workflow file * Modify the ceval workflow file * Modify ceval workflow * Adjust the ceval dataset download * Add ceval workflow dependencies * Modify ceval workflow dataset download * Add ceval test dependencies * Add ceval test dependencies * Correct the result print * Fix the nightly test trigger time --- .github/workflows/{llm-ceval.yml => llm-c-evaluation.yml} | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) rename .github/workflows/{llm-ceval.yml => llm-c-evaluation.yml} (96%) diff --git a/.github/workflows/llm-ceval.yml b/.github/workflows/llm-c-evaluation.yml similarity index 96% rename from .github/workflows/llm-ceval.yml rename to .github/workflows/llm-c-evaluation.yml index 88ddf77c0e6..b5a4b07e8de 100644 --- a/.github/workflows/llm-ceval.yml +++ b/.github/workflows/llm-c-evaluation.yml @@ -8,7 +8,7 @@ concurrency: # Controls when the action will run. on: schedule: - - cron: "00 15 * * 5" # GMT time, 15:00 GMT == 23:00 Beijing Time + - cron: "00 15 * * *" # GMT time, 15:00 GMT == 23:00 Beijing Time pull_request: branches: [main] paths: @@ -85,11 +85,6 @@ jobs: strategy: fail-fast: false matrix: - # include: - # python-version: "3.9" - # model_name: "stablelm-3b-4e1t" - # task: "arc" - # precision: "sym_int4" #options: sym_int4, fp4, mixed_fp4, sym_int8, fp8, mixed_fp8 python-version: ["3.9"] model_name: ${{ fromJson(needs.set-matrix.outputs.model_name) }} precision: ${{ fromJson(needs.set-matrix.outputs.precision) }}