Skip to content

Commit

Permalink
Fix llm ppl workflow workflow_dispatch bugs (#10125)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
hxsz1997 authored Feb 7, 2024
1 parent 0d07d34 commit fe4f4da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/llm-ppl-evaluation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ on:
required: true
type: choice
options:
- en
- zh
- all
- "en"
- "zh"
- "all"
runs-on:
description: 'Labels to filter the runners, seperated by comma and must be quoted.'
default: "accuracy"
Expand Down

0 comments on commit fe4f4da

Please sign in to comment.