File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -603,10 +603,18 @@ jobs:
603603 fail-fast : false
604604 matrix :
605605 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" }
606+ - name : " baseline"
607+ flags : " "
608+ threshold : 62.0
609+ - name : " spinquant"
610+ flags : " --spinquant"
611+ threshold : 62.0
612+ - name : " range-setting"
613+ flags : " --range_setting mse_with_act_loss"
614+ threshold : 62.0
615+ - name : " spinquant+range-setting"
616+ flags : " --spinquant --range_setting mse_with_act_loss"
617+ threshold : 62.0
610618 with :
611619 runner : linux.2xlarge
612620 docker-image : ci-image:executorch-ubuntu-22.04-qnn-sdk
You can’t perform that action at this time.
0 commit comments