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.
This commit is contained in:
parent
7c43ac0164
commit
50dfcaa8fa
1 changed files with 2 additions and 2 deletions
2
.github/workflows/llm-ppl-evaluation.yml
vendored
2
.github/workflows/llm-ppl-evaluation.yml
vendored
|
|
@ -275,5 +275,5 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
python ppl_csv_to_html.py -f $ACC_FOLDER
|
python ppl_csv_to_html.py -f $ACC_FOLDER
|
||||||
if ${{github.event_name == 'schedule'}}; then
|
if ${{github.event_name == 'schedule'}}; then
|
||||||
python update_html_in_parent_folder.py -f $ACC_FOLDER
|
python ../harness/update_html_in_parent_folder.py -f $ACC_FOLDER
|
||||||
fi
|
fi
|
||||||
Loading…
Reference in a new issue