File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ jobs:
316316 if [[ ${{ matrix.config }} == "et_xnnpack_custom_spda_kv_cache_8da4w" ]]; then
317317 DOWNLOADED_PATH=$(bash .ci/scripts/download_hf_hub.sh --model_id "${HF_MODEL_REPO}" --subdir "." --files "tokenizer.json")
318318 python -m extension.llm.export.export_llm \
319- base.model_class=qwen3-0_6b \
319+ base.model_class=qwen3_0_6b \
320320 base.params=examples/models/qwen3/0_6b_config.json \
321321 model.use_kv_cache=true \
322322 model.use_sdpa_with_kv_cache=true \
Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ jobs:
321321 if [[ ${{ matrix.config }} == "et_xnnpack_custom_spda_kv_cache_8da4w" ]]; then
322322 DOWNLOADED_PATH=$(bash .ci/scripts/download_hf_hub.sh --model_id "${HF_MODEL_REPO}" --subdir "." --files "tokenizer.json")
323323 ${CONDA_RUN} python -m extension.llm.export.export_llm \
324- base.model_class=qwen3-0_6b \
324+ base.model_class=qwen3_0_6b \
325325 base.params=examples/models/qwen3/0_6b_config.json \
326326 model.use_kv_cache=true \
327327 model.use_sdpa_with_kv_cache=true \
You can’t perform that action at this time.
0 commit comments