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:
hxsz1997 2024-02-07 17:41:44 +08:00 committed by GitHub
parent 0fcfbfaf6f
commit 76bd792ff1

View file

@ -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"