Skip to content

Commit 9adf131

Browse files
committed
enable baseline only
1 parent a635bdb commit 9adf131

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.ci/scripts/test_qnn_static_llama_eval.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ PYTHON_EXECUTABLE="${PYTHON_EXECUTABLE:-python3}"
5757
MODEL="qwen2_5-0_5b"
5858
MAX_SEQ=1024
5959
PTQ="16a4w"
60-
THRESHOLD=62.0 # regression guardrail
6160

6261
EXTRA_FLAGS="$@"
6362

.github/workflows/pull.yml

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

0 commit comments

Comments
 (0)