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

Commit b564fc1

Browse files
committed
up
1 parent 34cb931 commit b564fc1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

torchchat/utils/scripts/build_native.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ if [[ "$TARGET" == "et" ]]; then
8686
EXECUTORCH_LIBRARIES="${TORCHCHAT_ROOT}/${ET_BUILD_DIR}/install/lib/libexecutorch_no_prim_ops.a;${TORCHCHAT_ROOT}/${ET_BUILD_DIR}/install/lib/libextension_threadpool.a;${TORCHCHAT_ROOT}/${ET_BUILD_DIR}/install/lib/libcpuinfo.a;${TORCHCHAT_ROOT}/${ET_BUILD_DIR}/install/lib/libpthreadpool.a"
8787
install_torchao_executorch_ops
8888
fi
89-
elif [[ "$LINK_TORCHAO_OPS" == "ON" ]]; then
90-
# Install OMP when using AOTI with linked torchao ops
91-
brew install libomp
9289
fi
9390
popd
9491

0 commit comments

Comments
 (0)