File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments