Skip to content

Commit 7f0c68f

Browse files
committed
add threshold
1 parent b0011a4 commit 7f0c68f

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.github/workflows/pull.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)