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

Commit 2281c37

Browse files
authored
parallelize ExecuTorch build (#1188)
1 parent e2989c9 commit 2281c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchchat/utils/scripts/install_utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ install_executorch_cpp_libs() {
150150
-DEXECUTORCH_BUILD_KERNELS_CUSTOM=${EXECUTORCH_BUILD_KERNELS_CUSTOM_VAR} \
151151
${CROSS_COMPILE_ARGS} \
152152
-S . -B ${CMAKE_OUT_DIR} -G Ninja
153-
cmake --build ${CMAKE_OUT_DIR}
153+
cmake --build ${CMAKE_OUT_DIR} -j16
154154
cmake --install ${CMAKE_OUT_DIR} --prefix ${TORCHCHAT_ROOT}/${ET_BUILD_DIR}/install
155155
popd
156156
}

0 commit comments

Comments
 (0)