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