Skip to content

Commit 923d696

Browse files
Small fix to LNL performance tests (#12333)
1 parent 45b0d37 commit 923d696

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/llm_performance_tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1621,7 +1621,7 @@ jobs:
16211621
16221622
# 4096-512 int4+fp16
16231623
- name: Prepare igpu perf test (4096-512 int4+fp16)
1624-
if: ${{ matrix.platform == 'perf-mtl' }}
1624+
if: ${{ matrix.platform == 'perf-mtl' || matrix.platform == 'perf-lnl' }}
16251625
shell: bash
16261626
run: |
16271627
sed -i 's/3072-384/4096-512/g' python/llm/dev/benchmark/all-in-one/run.py
@@ -1634,7 +1634,7 @@ jobs:
16341634
sed -i "s/path to your local model hub/$MODEL_HUB_DIR/g" python/llm/test/benchmark/igpu-perf/4096-512_int4_fp16.yaml
16351635
16361636
- name: Test on igpu (4096-512 int4+fp16)
1637-
if: ${{ matrix.platform == 'perf-mtl' }}
1637+
if: ${{ matrix.platform == 'perf-mtl' || matrix.platform == 'perf-lnl' }}
16381638
shell: cmd
16391639
run: |
16401640
call conda activate igpu-perf

0 commit comments

Comments
 (0)