Skip to content

Commit

Permalink
igpu performance test smal fix (#11872)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscilloscope98 authored Aug 20, 2024
1 parent bdaeee1 commit 37106a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/llm_performance_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 37106a8

Please sign in to comment.