Skip to content

Commit e4914b4

Browse files
authored
Update optimum-et pin in ET CI (#12866)
As titled
1 parent 3c2dc34 commit e4914b4

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a3942627f5ac048e06b4b1d703b0a6a53bf6da5b
1+
eea657ddbdeb1118943a92fb73c289985c3ee1ba

.github/workflows/android-perf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,8 +355,8 @@ jobs:
355355
"--recipe" "xnnpack"
356356
"--use_custom_sdpa"
357357
"--use_custom_kv_cache"
358-
"--qlinear"
359-
"--qembedding"
358+
"--qlinear" "8da4w"
359+
"--qembedding" "8w"
360360
"--output_dir" ".."
361361
)
362362

.github/workflows/apple-perf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,8 @@ jobs:
360360
"--recipe" "xnnpack"
361361
"--use_custom_sdpa"
362362
"--use_custom_kv_cache"
363-
"--qlinear"
364-
"--qembedding"
363+
"--qlinear" "8da4w"
364+
"--qembedding" "8w"
365365
"--output_dir" ".."
366366
)
367367

.github/workflows/trunk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -711,8 +711,8 @@ jobs:
711711
"--recipe" "xnnpack"
712712
"--use_custom_sdpa"
713713
"--use_custom_kv_cache"
714-
"--qlinear"
715-
"--qembedding"
714+
"--qlinear" "8da4w"
715+
"--qembedding" "8w"
716716
"--output_dir" "${OUTPUT_DIR}"
717717
)
718718

0 commit comments

Comments
 (0)