igpu performance test smal fix (#11872)
This commit is contained in:
parent
bdaeee1d63
commit
37106a877c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/llm_performance_tests.yml
vendored
2
.github/workflows/llm_performance_tests.yml
vendored
|
|
@ -653,7 +653,6 @@ jobs:
|
|||
set BIGDL_LLM_XMX_DISABLED=1
|
||||
REM for llava
|
||||
set TRANSFORMERS_OFFLINE=1
|
||||
pip install transformers==4.37.0
|
||||
|
||||
cd python\llm\dev\benchmark\all-in-one
|
||||
move ..\..\..\test\benchmark\igpu-perf\32-32_int4_fp16.yaml config.yaml
|
||||
|
|
@ -895,6 +894,7 @@ jobs:
|
|||
shell: cmd
|
||||
run: |
|
||||
call conda activate igpu-perf
|
||||
pip install transformers==4.37.0
|
||||
|
||||
set SYCL_CACHE_PERSISTENT=1
|
||||
set BIGDL_LLM_XMX_DISABLED=1
|
||||
|
|
|
|||
Loading…
Reference in a new issue