File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ PYTHON_EXECUTABLE="${PYTHON_EXECUTABLE:-python3}"
5757MODEL=" qwen2_5-0_5b"
5858MAX_SEQ=1024
5959PTQ=" 16a4w"
60- THRESHOLD=62.0 # regression guardrail
6160
6261EXTRA_FLAGS=" $@ "
6362
Original file line number Diff line number Diff line change @@ -604,15 +604,6 @@ jobs:
604604 - name : " baseline"
605605 flags : " "
606606 threshold : 62.0
607- - name : " spinquant"
608- flags : " --spinquant"
609- threshold : 62.0
610- - name : " range-setting"
611- flags : " --range_setting mse_with_act_loss"
612- threshold : 62.0
613- - name : " spinquant+range-setting"
614- flags : " --spinquant --range_setting mse_with_act_loss"
615- threshold : 62.0
616607 with :
617608 runner : linux.2xlarge
618609 docker-image : ci-image:executorch-ubuntu-22.04-qnn-sdk
You can’t perform that action at this time.
0 commit comments