Skip to content

Commit

Permalink
[LLM] Enable generation of html again for win igpu tests (intel-analy…
Browse files Browse the repository at this point in the history
…tics#9652)

* Enable generation of html again and comment out rwkv for 32-512 as it is not very stable

* Small fix
  • Loading branch information
Oscilloscope98 authored Dec 11, 2023
1 parent fc19839 commit 3b730c4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/llm_performance_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,10 +336,10 @@ jobs:
cd python\llm\dev\benchmark\all-in-one
python ..\..\..\test\benchmark\concat_csv.py
move *.csv %CSV_SAVE_PATH%\32-32\
REM cd ..\..\..\test\benchmark
REM python csv_to_html.py -f %CSV_SAVE_PATH%\32-32\
REM if %ERRORLEVEL% neq 0 (exit /b 1)
REM move *.csv %CSV_SAVE_PATH%
cd ..\..\..\test\benchmark
python csv_to_html.py -f %CSV_SAVE_PATH%\32-32\
if %ERRORLEVEL% neq 0 (exit /b 1)
move *.csv %CSV_SAVE_PATH%
call conda deactivate
Expand Down Expand Up @@ -404,10 +404,10 @@ jobs:
cd python\llm\dev\benchmark\all-in-one
python ..\..\..\test\benchmark\concat_csv.py
move *.csv %CSV_SAVE_PATH%\32-256\
REM cd ..\..\..\test\benchmark
REM python csv_to_html.py -f %CSV_SAVE_PATH%\32-256\
REM if %ERRORLEVEL% neq 0 (exit /b 1)
REM move *.csv %CSV_SAVE_PATH%
cd ..\..\..\test\benchmark
python csv_to_html.py -f %CSV_SAVE_PATH%\32-256\
if %ERRORLEVEL% neq 0 (exit /b 1)
move *.csv %CSV_SAVE_PATH%
call conda deactivate
Expand Down Expand Up @@ -472,10 +472,10 @@ jobs:
cd python\llm\dev\benchmark\all-in-one
python ..\..\..\test\benchmark\concat_csv.py
move *.csv %CSV_SAVE_PATH%\32-512\
REM cd ..\..\..\test\benchmark
REM python csv_to_html.py -f %CSV_SAVE_PATH%\32-512\
REM if %ERRORLEVEL% neq 0 (exit /b 1)
REM move *.csv %CSV_SAVE_PATH%
cd ..\..\..\test\benchmark
python csv_to_html.py -f %CSV_SAVE_PATH%\32-512\
if %ERRORLEVEL% neq 0 (exit /b 1)
move *.csv %CSV_SAVE_PATH%
call conda deactivate
Expand Down Expand Up @@ -514,10 +514,10 @@ jobs:
cd python\llm\dev\benchmark\all-in-one
move *.csv %CSV_SAVE_PATH%\512-64\
REM cd ..\..\..\test\benchmark
REM python csv_to_html.py -f %CSV_SAVE_PATH%\512-64\
REM if %ERRORLEVEL% neq 0 (exit /b 1)
REM move *.csv %CSV_SAVE_PATH%
cd ..\..\..\test\benchmark
python csv_to_html.py -f %CSV_SAVE_PATH%\512-64\
if %ERRORLEVEL% neq 0 (exit /b 1)
move *.csv %CSV_SAVE_PATH%
call conda deactivate
Expand Down
2 changes: 1 addition & 1 deletion python/llm/test/benchmark/igpu-perf/32-512.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repo_id:
- 'tiiuae/falcon-7b-instruct-with-patch'
- 'mosaicml/mpt-7b-chat'
- 'liuhaotian/llava-v1.5-7b'
- 'RWKV/rwkv-4-world-7b'
# - 'RWKV/rwkv-4-world-7b'
local_model_hub: 'path to your local model hub'
warm_up: 1
num_trials: 3
Expand Down

0 comments on commit 3b730c4

Please sign in to comment.