Skip to content

Commit b0011a4

Browse files
committed
fix pull.yml
1 parent 9c084a2 commit b0011a4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/pull.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -601,12 +601,12 @@ jobs:
601601
contents: read
602602
strategy:
603603
fail-fast: false
604-
matrix:
605-
config:
606-
- { name: "baseline", flags: "" }
607-
- { name: "spinquant", flags: "--spinquant" }
608-
- { name: "range-setting", flags: "--range_setting mse_with_act_loss" }
609-
- { name: "spinquant+range-setting", flags: "--spinquant --range_setting mse_with_act_loss" }
604+
matrix:
605+
config:
606+
- { name: "baseline", flags: "" }
607+
- { name: "spinquant", flags: "--spinquant" }
608+
- { name: "range-setting", flags: "--range_setting mse_with_act_loss" }
609+
- { name: "spinquant+range-setting", flags: "--spinquant --range_setting mse_with_act_loss" }
610610
with:
611611
runner: linux.2xlarge
612612
docker-image: ci-image:executorch-ubuntu-22.04-qnn-sdk

0 commit comments

Comments
 (0)