From 50dfcaa8fa719f99d13703743bbc3ddb9926809a Mon Sep 17 00:00:00 2001 From: Wenjing Margaret Mao Date: Thu, 11 Apr 2024 07:15:18 +0800 Subject: [PATCH] Update llm-ppl-evaluation.yml -- Update llm-ppl-evaluation.yml -- Update HTML file: change from ppl/update_in_parent_folder into harness/update_in_parent_folder ppl test and harness test are using the same update_in_parent_folder file. To reduce the repetition, change the ppl update HTML file to the same one under the harness folder and delete the HTML file under the ppl folder. --- .github/workflows/llm-ppl-evaluation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/llm-ppl-evaluation.yml b/.github/workflows/llm-ppl-evaluation.yml index 8f549af0..e2f0b92c 100644 --- a/.github/workflows/llm-ppl-evaluation.yml +++ b/.github/workflows/llm-ppl-evaluation.yml @@ -275,5 +275,5 @@ jobs: run: | python ppl_csv_to_html.py -f $ACC_FOLDER if ${{github.event_name == 'schedule'}}; then - python update_html_in_parent_folder.py -f $ACC_FOLDER - fi \ No newline at end of file + python ../harness/update_html_in_parent_folder.py -f $ACC_FOLDER + fi