Skip to content

Commit 2c69cce

Browse files
committed
up
1 parent 2847aae commit 2c69cce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/trunk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ jobs:
622622
623623
if [[ "${{ matrix.backend }}" == "torchao" ]]; then
624624
BUILD_TORCHAO_EXPERIMENTAL=1 TORCHAO_BUILD_CPU_AARCH64=1 TORCHAO_BUILD_KLEIDIAI=1 TORCHAO_ENABLE_ARM_NEON_DOT=1 pip install third-party/ao
625-
else
625+
fi
626626
627627
pip install -U "huggingface_hub[cli]"
628628

examples/models/llama/export_llama_lib.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -756,8 +756,8 @@ def _prepare_for_llama_export(llm_config: LlmConfig) -> LLMEdgeManager:
756756
preq_group_size=llm_config.base.preq_group_size,
757757
preq_embedding_quantize=llm_config.base.preq_embedding_quantize,
758758
local_global_attention=llm_config.model.local_global_attention,
759-
use_torchao_kernels_linear=llm_config.backend.torchao.linear,
760-
use_torchao_kernels_tied_embedding=llm_config.backend.torchao.tied_embedding,
759+
use_torchao_kernels_linear=llm_config.backend.torchao.convert_linear,
760+
use_torchao_kernels_tied_embedding=llm_config.backend.torchao.convert_tied_embedding,
761761
)
762762
)
763763

0 commit comments

Comments
 (0)