From 923d6968540a156802326ee0107bf33255fcba8e Mon Sep 17 00:00:00 2001 From: Yuwen Hu <54161268+Oscilloscope98@users.noreply.github.com> Date: Tue, 5 Nov 2024 13:24:58 +0800 Subject: [PATCH] Small fix to LNL performance tests (#12333) --- .github/workflows/llm_performance_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/llm_performance_tests.yml b/.github/workflows/llm_performance_tests.yml index 674f56d3..07ba6ac4 100644 --- a/.github/workflows/llm_performance_tests.yml +++ b/.github/workflows/llm_performance_tests.yml @@ -1621,7 +1621,7 @@ jobs: # 4096-512 int4+fp16 - name: Prepare igpu perf test (4096-512 int4+fp16) - if: ${{ matrix.platform == 'perf-mtl' }} + if: ${{ matrix.platform == 'perf-mtl' || matrix.platform == 'perf-lnl' }} shell: bash run: | sed -i 's/3072-384/4096-512/g' python/llm/dev/benchmark/all-in-one/run.py @@ -1634,7 +1634,7 @@ jobs: sed -i "s/path to your local model hub/$MODEL_HUB_DIR/g" python/llm/test/benchmark/igpu-perf/4096-512_int4_fp16.yaml - name: Test on igpu (4096-512 int4+fp16) - if: ${{ matrix.platform == 'perf-mtl' }} + if: ${{ matrix.platform == 'perf-mtl' || matrix.platform == 'perf-lnl' }} shell: cmd run: | call conda activate igpu-perf