We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe8be1 commit 897f692Copy full SHA for 897f692
extension/llm/custom_ops/CMakeLists.txt
@@ -98,7 +98,7 @@ if(EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT)
98
target_link_libraries(custom_ops_aot_lib PUBLIC portable_lib)
99
else()
100
# If no portable_lib, custom_ops_aot_lib still gives the ability to use the
101
- # ops in PyTorchk
+ # ops in PyTorch
102
target_link_libraries(custom_ops_aot_lib PUBLIC executorch_core)
103
endif()
104
0 commit comments