From 6ff251360d59e77e1b928612be6c11e000e47c54 Mon Sep 17 00:00:00 2001 From: Scott Wolchok Date: Fri, 20 Sep 2024 15:19:00 -0700 Subject: [PATCH] Update [ghstack-poisoned] --- torchchat/utils/scripts/install_utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torchchat/utils/scripts/install_utils.sh b/torchchat/utils/scripts/install_utils.sh index f915402e7..9f12d2cd2 100644 --- a/torchchat/utils/scripts/install_utils.sh +++ b/torchchat/utils/scripts/install_utils.sh @@ -147,7 +147,7 @@ install_executorch() { -DEXECUTORCH_BUILD_XNNPACK=ON \ ${CROSS_COMPILE_ARGS} \ -S . -B ${CMAKE_OUT_DIR} -G Ninja - cmake --build ${CMAKE_OUT_DIR} + cmake --build ${CMAKE_OUT_DIR} -j16 cmake --install ${CMAKE_OUT_DIR} --prefix ${TORCHCHAT_ROOT}/${ET_BUILD_DIR}/install popd }