From dd7bc8227b64cc50f7c0fd22093d5ca2ee193596 Mon Sep 17 00:00:00 2001 From: Jack Zhang <32371937+jackzhxng@users.noreply.github.com> Date: Mon, 1 Sep 2025 21:33:45 -0400 Subject: [PATCH] Fix apple-perf export tests for 8da4w_out_8da8w --- .github/workflows/apple-perf.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/apple-perf.yml b/.github/workflows/apple-perf.yml index f8c33ac11c5..94fe0161650 100644 --- a/.github/workflows/apple-perf.yml +++ b/.github/workflows/apple-perf.yml @@ -230,7 +230,7 @@ jobs: model.use_sdpa_with_kv_cache=true \ backend.xnnpack.enabled=true \ backend.xnnpack.extended_ops=true \ - base.preq_mode="8da4w_output_8da8w" \ + base.preq_mode="preq_8da4w_out_8da8w" \ base.preq_group_size=32 \ export.max_seq_length=2048 \ export.max_context_length=2048 \ @@ -256,7 +256,7 @@ jobs: base.params="${DOWNLOADED_PATH}/params.json" \ quantization.use_qat=true \ base.use_lora=16 \ - base.preq_mode="8da4w_output_8da8w" \ + base.preq_mode="preq_8da4w_out_8da8w" \ base.preq_group_size=32 \ base.preq_embedding_quantize=\'8,0\' \ model.use_sdpa_with_kv_cache=true \