File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments