From 58a0519396f7bd69f2cebd18df0d4fcb9ec7cd63 Mon Sep 17 00:00:00 2001 From: Scott Wolchok Date: Tue, 24 Sep 2024 10:59:04 -0700 Subject: [PATCH 1/2] Update [ghstack-poisoned] --- install/.pins/et-pin.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/.pins/et-pin.txt b/install/.pins/et-pin.txt index 01c77f102..ceb4852bf 100644 --- a/install/.pins/et-pin.txt +++ b/install/.pins/et-pin.txt @@ -1 +1 @@ -af098c31b6f8d5f38e40a5cf35784b0969d97df8 +286799c9c844ce6427b8eca260f9b2f28be03291 From b592ed5cde65264df00d9d3fa04e8c424ff84c23 Mon Sep 17 00:00:00 2001 From: Scott Wolchok Date: Tue, 24 Sep 2024 10:59:07 -0700 Subject: [PATCH 2/2] 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 2da3d044c..0ff4608c6 100644 --- a/torchchat/utils/scripts/install_utils.sh +++ b/torchchat/utils/scripts/install_utils.sh @@ -150,7 +150,7 @@ install_executorch_cpp_libs() { -DEXECUTORCH_BUILD_KERNELS_CUSTOM=${EXECUTORCH_BUILD_KERNELS_CUSTOM_VAR} \ ${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 }