File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
.ci/docker/ci_commit_pins Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- a3942627f5ac048e06b4b1d703b0a6a53bf6da5b
1
+ eea657ddbdeb1118943a92fb73c289985c3ee1ba
Original file line number Diff line number Diff line change @@ -355,8 +355,8 @@ jobs:
355
355
"--recipe" "xnnpack"
356
356
"--use_custom_sdpa"
357
357
"--use_custom_kv_cache"
358
- "--qlinear"
359
- "--qembedding"
358
+ "--qlinear" "8da4w"
359
+ "--qembedding" "8w"
360
360
"--output_dir" ".."
361
361
)
362
362
Original file line number Diff line number Diff line change @@ -360,8 +360,8 @@ jobs:
360
360
"--recipe" "xnnpack"
361
361
"--use_custom_sdpa"
362
362
"--use_custom_kv_cache"
363
- "--qlinear"
364
- "--qembedding"
363
+ "--qlinear" "8da4w"
364
+ "--qembedding" "8w"
365
365
"--output_dir" ".."
366
366
)
367
367
Original file line number Diff line number Diff line change @@ -711,8 +711,8 @@ jobs:
711
711
"--recipe" "xnnpack"
712
712
"--use_custom_sdpa"
713
713
"--use_custom_kv_cache"
714
- "--qlinear"
715
- "--qembedding"
714
+ "--qlinear" "8da4w"
715
+ "--qembedding" "8w"
716
716
"--output_dir" "${OUTPUT_DIR}"
717
717
)
718
718
You can’t perform that action at this time.
0 commit comments