Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscilloscope98 committed Aug 13, 2024
1 parent a9c65f2 commit 2555265
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/llm_performance_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ jobs:
python ..\..\..\test\benchmark\igpu-perf\check_csv_results.py --yaml-file config.yaml --suffix test4
if %ERRORLEVEL% neq 0 (exit /b 1)
pip uninstall trl
pip uninstall trl -y
call conda deactivate
- name: Concat csv and generate html (32-32 int4+fp16)
Expand Down Expand Up @@ -862,7 +862,7 @@ jobs:
python ..\..\..\test\benchmark\igpu-perf\check_csv_results.py --yaml-file config.yaml --suffix test4
if %ERRORLEVEL% neq 0 (exit /b 1)
pip uninstall trl
pip uninstall trl -y
call conda deactivate
- name: Concat csv and generate html (1024-128 int4+fp16)
Expand Down Expand Up @@ -985,7 +985,7 @@ jobs:
python ..\..\..\test\benchmark\igpu-perf\check_csv_results.py --yaml-file config.yaml --suffix test4
if %ERRORLEVEL% neq 0 (exit /b 1)
pip uninstall trl
pip uninstall trl -y
call conda deactivate
- name: Concat csv and generate html (2048-256 int4+fp16)
Expand Down Expand Up @@ -1101,14 +1101,14 @@ jobs:
set BIGDL_LLM_XMX_DISABLED=1
cd python\llm\dev\benchmark\all-in-one
move ..\..\..\test\benchmark\igpu-perf\3072-384_int4_fp16_438.yaml config.yaml
move ..\..\..\test\benchmark\igpu-perf\3072-384_int4_fp16_443.yaml config.yaml
set PYTHONIOENCODING=utf-8
python run.py >> %CSV_SAVE_PATH%\3072-384_int4_fp16\log\%LOG_FILE% 2>&1
if %ERRORLEVEL% neq 0 (exit /b 1)
python ..\..\..\test\benchmark\igpu-perf\check_csv_results.py --yaml-file config.yaml --suffix test4
if %ERRORLEVEL% neq 0 (exit /b 1)
pip uninstall trl
pip uninstall trl -y
call conda deactivate
- name: Concat csv and generate html (3072-384 int4+fp16)
Expand Down Expand Up @@ -1234,7 +1234,7 @@ jobs:
# python ..\..\..\test\benchmark\igpu-perf\check_csv_results.py --yaml-file config.yaml --suffix test4
# if %ERRORLEVEL% neq 0 (exit /b 1)
#
# pip uninstall trl
# pip uninstall trl -y
# call conda deactivate

- name: Concat csv and generate html (4096-512 int4+fp16)
Expand Down Expand Up @@ -1357,7 +1357,7 @@ jobs:
python ..\..\..\test\benchmark\igpu-perf\check_csv_results.py --yaml-file config.yaml --suffix test4
if %ERRORLEVEL% neq 0 (exit /b 1)
pip uninstall trl
pip uninstall trl -y
call conda deactivate
- name: Concat csv and generate html (load_low_bit 1024-128 int4+fp16)
Expand Down Expand Up @@ -1479,7 +1479,7 @@ jobs:
python ..\..\..\test\benchmark\igpu-perf\check_csv_results.py --yaml-file config.yaml --suffix test4
if %ERRORLEVEL% neq 0 (exit /b 1)
pip uninstall trl
pip uninstall trl -y
call conda deactivate
- name: Concat csv and generate html (1024-128)
Expand Down

0 comments on commit 2555265

Please sign in to comment.