From fe4f4dad7f6b928c7874cab9470e5f9ac20459ba Mon Sep 17 00:00:00 2001 From: hxsz1997 <45651968+hxsz1997@users.noreply.github.com> Date: Wed, 7 Feb 2024 17:41:44 +0800 Subject: [PATCH] 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 --- .github/workflows/llm-ppl-evaluation.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/llm-ppl-evaluation.yml b/.github/workflows/llm-ppl-evaluation.yml index 06b89aa58e2..d10d395d220 100644 --- a/.github/workflows/llm-ppl-evaluation.yml +++ b/.github/workflows/llm-ppl-evaluation.yml @@ -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"