Fix llm ppl workflow workflow_dispatch bugs (#10125)
* add llm-ppl workflow * update the DATASET_DIR * test multiple precisions * modify nightly test * match the updated ppl code * add matrix.include * fix the include error * update the include * add more model * update the precision of include * update nightly time and add more models * fix the workflow_dispatch description, change default model of pr and modify the env * modify workflow_dispatch language options * modify options * modify language options
This commit is contained in:
parent
0fcfbfaf6f
commit
76bd792ff1
1 changed files with 3 additions and 3 deletions
6
.github/workflows/llm-ppl-evaluation.yml
vendored
6
.github/workflows/llm-ppl-evaluation.yml
vendored
|
|
@ -33,9 +33,9 @@ on:
|
||||||
required: true
|
required: true
|
||||||
type: choice
|
type: choice
|
||||||
options:
|
options:
|
||||||
- en
|
- "en"
|
||||||
- zh
|
- "zh"
|
||||||
- all
|
- "all"
|
||||||
runs-on:
|
runs-on:
|
||||||
description: 'Labels to filter the runners, seperated by comma and must be quoted.'
|
description: 'Labels to filter the runners, seperated by comma and must be quoted.'
|
||||||
default: "accuracy"
|
default: "accuracy"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue