Skip to content

Commit

Permalink
Fix the C-Eval nightly test trigger time (intel#10172)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
NovTi authored Feb 20, 2024
1 parent 39e2c95 commit 593cfc0
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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) }}
Expand Down

0 comments on commit 593cfc0

Please sign in to comment.