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

Commit 28d1a99

Browse files
committed
up
1 parent 12cbd13 commit 28d1a99

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

install/.pins/torchao-pin.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1eb4d3354edb78d4651b28556200fa615c1b68c3
1+
711fa0809f06fc97febd0c3fe72563c3fe227e51

torchchat/utils/scripts/install_utils.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ install_torchao_aten_ops() {
203203
cmake -DCMAKE_PREFIX_PATH=${MY_CMAKE_PREFIX_PATH} \
204204
-DCMAKE_INSTALL_PREFIX=${CMAKE_OUT_DIR} \
205205
-DTORCHAO_BUILD_CPU_AARCH64=ON \
206+
-DTORCHAO_PARALLEL_BACKEND=OPENMP \
206207
-DCMAKE_BUILD_TYPE="Release" \
207208
-S . \
208209
-B ${CMAKE_OUT_DIR} -G Ninja

0 commit comments

Comments
 (0)