fix make_csv.py

This commit is contained in:
Chen, Zhentao 2024-02-23 20:25:46 +08:00
parent a204337cad
commit a55cc91e1f

View file

@ -280,7 +280,7 @@ jobs:
shell: bash
run: |
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
working-directory: ${{ github.workspace }}/python/llm/test/benchmark/harness