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
This commit is contained in:
parent
2bb96c775c
commit
71875ebc24
1 changed files with 1 additions and 6 deletions
|
|
@ -8,7 +8,7 @@ concurrency:
|
||||||
# Controls when the action will run.
|
# Controls when the action will run.
|
||||||
on:
|
on:
|
||||||
schedule:
|
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:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
paths:
|
paths:
|
||||||
|
|
@ -85,11 +85,6 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
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"]
|
python-version: ["3.9"]
|
||||||
model_name: ${{ fromJson(needs.set-matrix.outputs.model_name) }}
|
model_name: ${{ fromJson(needs.set-matrix.outputs.model_name) }}
|
||||||
precision: ${{ fromJson(needs.set-matrix.outputs.precision) }}
|
precision: ${{ fromJson(needs.set-matrix.outputs.precision) }}
|
||||||
Loading…
Reference in a new issue