fix make_csv.py
This commit is contained in:
parent
a204337cad
commit
a55cc91e1f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/llm-harness-evaluation.yml
vendored
2
.github/workflows/llm-harness-evaluation.yml
vendored
|
|
@ -280,7 +280,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
ls $ACC_FOLDER/$DATE
|
ls $ACC_FOLDER/$DATE
|
||||||
python make_table_and_csv.py $ACC_FOLDER/$DATE $ACC_FOLDER
|
python make_csv.py $ACC_FOLDER/$DATE $ACC_FOLDER
|
||||||
|
|
||||||
- name: Update HTML
|
- name: Update HTML
|
||||||
working-directory: ${{ github.workspace }}/python/llm/test/benchmark/harness
|
working-directory: ${{ github.workspace }}/python/llm/test/benchmark/harness
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue