[LLM] Small fixes for igpu win perf tests (#9756)

This commit is contained in:
Yuwen Hu 2023-12-22 15:51:03 +08:00 committed by GitHub
parent 86a69e289c
commit 1c8c104bb8

View file

@ -341,6 +341,7 @@ jobs:
cd python\llm\dev\benchmark\all-in-one
python ..\..\..\test\benchmark\concat_csv.py
del /q *test*.csv
move *.csv %CSV_SAVE_PATH%\32-32\
cd ..\..\..\test\benchmark
python csv_to_html.py -f %CSV_SAVE_PATH%\32-32\
@ -407,6 +408,7 @@ jobs:
cd python\llm\dev\benchmark\all-in-one
python ..\..\..\test\benchmark\concat_csv.py
del /q *test*.csv
move *.csv %CSV_SAVE_PATH%\32-256\
cd ..\..\..\test\benchmark
python csv_to_html.py -f %CSV_SAVE_PATH%\32-256\
@ -473,6 +475,7 @@ jobs:
cd python\llm\dev\benchmark\all-in-one
python ..\..\..\test\benchmark\concat_csv.py
del /q *test*.csv
move *.csv %CSV_SAVE_PATH%\32-512\
cd ..\..\..\test\benchmark
python csv_to_html.py -f %CSV_SAVE_PATH%\32-512\