This repository was archived by the owner on Sep 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -30,5 +30,5 @@ if(Torch_FOUND)
3030endif ()
3131
3232if (LINK_TORCHAO_OPS)
33- target_link_libraries(aoti_run " ${TORCHCHAT_ROOT} /torchao-build/cmake-out/lib/libtorchao_ops_aten ${CMAKE_SHARED_LIBRARY_SUFFIX} " )
33+ target_link_libraries(aoti_run " ${TORCHCHAT_ROOT} /torchao-build/cmake-out/lib/liblinear_a8wxdq_ATEN ${CMAKE_SHARED_LIBRARY_SUFFIX} " )
3434endif ()
Original file line number Diff line number Diff line change @@ -117,9 +117,10 @@ if(executorch_FOUND)
117117 endif ()
118118
119119 if(LINK_TORCHAO_OPS)
120- target_link_libraries(et_run PRIVATE " $<LINK_LIBRARY:WHOLE_ARCHIVE,${TORCHCHAT_ROOT} /torchao-build/cmake-out/lib/libtorchao_ops_executorch .a>" )
120+ target_link_libraries(et_run PRIVATE " $<LINK_LIBRARY:WHOLE_ARCHIVE,${TORCHCHAT_ROOT} /torchao-build/cmake-out/lib/liblinear_a8wxdq_EXECUTORCH .a>" )
121121 target_link_libraries(et_run PRIVATE
122122 " ${TORCHCHAT_ROOT} /torchao-build/cmake-out/lib/libtorchao_kernels_aarch64.a"
123+ " ${TORCHCHAT_ROOT} /torchao-build/cmake-out/lib/libtorchao_ops_linear_EXECUTORCH.a"
123124 )
124125 endif ()
125126
You can’t perform that action at this time.
0 commit comments