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

Commit 6ff2513

Browse files
committed
Update
[ghstack-poisoned]
1 parent 92fc4f5 commit 6ff2513

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
@@ -147,7 +147,7 @@ install_executorch() {
147147
-DEXECUTORCH_BUILD_XNNPACK=ON \
148148
${CROSS_COMPILE_ARGS} \
149149
-S . -B ${CMAKE_OUT_DIR} -G Ninja
150-
cmake --build ${CMAKE_OUT_DIR}
150+
cmake --build ${CMAKE_OUT_DIR} -j16
151151
cmake --install ${CMAKE_OUT_DIR} --prefix ${TORCHCHAT_ROOT}/${ET_BUILD_DIR}/install
152152
popd
153153
}

0 commit comments

Comments
 (0)