File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1621,7 +1621,7 @@ jobs:
1621
1621
1622
1622
# 4096-512 int4+fp16
1623
1623
- 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' }}
1625
1625
shell : bash
1626
1626
run : |
1627
1627
sed -i 's/3072-384/4096-512/g' python/llm/dev/benchmark/all-in-one/run.py
@@ -1634,7 +1634,7 @@ jobs:
1634
1634
sed -i "s/path to your local model hub/$MODEL_HUB_DIR/g" python/llm/test/benchmark/igpu-perf/4096-512_int4_fp16.yaml
1635
1635
1636
1636
- name : Test on igpu (4096-512 int4+fp16)
1637
- if : ${{ matrix.platform == 'perf-mtl' }}
1637
+ if : ${{ matrix.platform == 'perf-mtl' || matrix.platform == 'perf-lnl' }}
1638
1638
shell : cmd
1639
1639
run : |
1640
1640
call conda activate igpu-perf
You can’t perform that action at this time.
0 commit comments