Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 34cb931

Browse files
committed
up
1 parent 94ad51a commit 34cb931

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

torchchat/utils/scripts/install_utils.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ install_torchao_aten_ops() {
200200
CMAKE_OUT_DIR=${TORCHCHAT_ROOT}/torchao-build/cmake-out
201201
cmake -DCMAKE_PREFIX_PATH=${MY_CMAKE_PREFIX_PATH} \
202202
-DCMAKE_INSTALL_PREFIX=${CMAKE_OUT_DIR} \
203+
-DTORCHAO_BUILD_CPU_AARCH64=ON \
203204
-DCMAKE_BUILD_TYPE="Release" \
204205
-S . \
205206
-B ${CMAKE_OUT_DIR} -G Ninja
@@ -217,6 +218,7 @@ install_torchao_executorch_ops() {
217218
-DCMAKE_INSTALL_PREFIX=${CMAKE_OUT_DIR} \
218219
-DCMAKE_BUILD_TYPE="Release" \
219220
-DTORCHAO_BUILD_EXECUTORCH_OPS=ON \
221+
-DTORCHAO_BUILD_CPU_AARCH64=ON \
220222
-DEXECUTORCH_INCLUDE_DIRS="${EXECUTORCH_INCLUDE_DIRS}" \
221223
-DEXECUTORCH_LIBRARIES="${EXECUTORCH_LIBRARIES}" \
222224
-S . \

0 commit comments

Comments
 (0)