[LLM] Small fixes for igpu win perf tests (#9756)
This commit is contained in:
parent
86a69e289c
commit
1c8c104bb8
1 changed files with 3 additions and 0 deletions
3
.github/workflows/llm_performance_tests.yml
vendored
3
.github/workflows/llm_performance_tests.yml
vendored
|
|
@ -341,6 +341,7 @@ jobs:
|
||||||
|
|
||||||
cd python\llm\dev\benchmark\all-in-one
|
cd python\llm\dev\benchmark\all-in-one
|
||||||
python ..\..\..\test\benchmark\concat_csv.py
|
python ..\..\..\test\benchmark\concat_csv.py
|
||||||
|
del /q *test*.csv
|
||||||
move *.csv %CSV_SAVE_PATH%\32-32\
|
move *.csv %CSV_SAVE_PATH%\32-32\
|
||||||
cd ..\..\..\test\benchmark
|
cd ..\..\..\test\benchmark
|
||||||
python csv_to_html.py -f %CSV_SAVE_PATH%\32-32\
|
python csv_to_html.py -f %CSV_SAVE_PATH%\32-32\
|
||||||
|
|
@ -407,6 +408,7 @@ jobs:
|
||||||
|
|
||||||
cd python\llm\dev\benchmark\all-in-one
|
cd python\llm\dev\benchmark\all-in-one
|
||||||
python ..\..\..\test\benchmark\concat_csv.py
|
python ..\..\..\test\benchmark\concat_csv.py
|
||||||
|
del /q *test*.csv
|
||||||
move *.csv %CSV_SAVE_PATH%\32-256\
|
move *.csv %CSV_SAVE_PATH%\32-256\
|
||||||
cd ..\..\..\test\benchmark
|
cd ..\..\..\test\benchmark
|
||||||
python csv_to_html.py -f %CSV_SAVE_PATH%\32-256\
|
python csv_to_html.py -f %CSV_SAVE_PATH%\32-256\
|
||||||
|
|
@ -473,6 +475,7 @@ jobs:
|
||||||
|
|
||||||
cd python\llm\dev\benchmark\all-in-one
|
cd python\llm\dev\benchmark\all-in-one
|
||||||
python ..\..\..\test\benchmark\concat_csv.py
|
python ..\..\..\test\benchmark\concat_csv.py
|
||||||
|
del /q *test*.csv
|
||||||
move *.csv %CSV_SAVE_PATH%\32-512\
|
move *.csv %CSV_SAVE_PATH%\32-512\
|
||||||
cd ..\..\..\test\benchmark
|
cd ..\..\..\test\benchmark
|
||||||
python csv_to_html.py -f %CSV_SAVE_PATH%\32-512\
|
python csv_to_html.py -f %CSV_SAVE_PATH%\32-512\
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue