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.
2 parents c6f9344 + dde6477 commit e27e538Copy full SHA for e27e538
core/iwasm/libraries/wasi-nn/cmake/wasi_nn.cmake
@@ -39,7 +39,7 @@ if(WAMR_BUILD_WASI_NN_TFLITE EQUAL 1)
39
target_link_libraries(
40
wasi_nn_tflite
41
PUBLIC
42
- libiwasm
+ vmlib
43
tensorflow-lite
44
)
45
@@ -71,7 +71,7 @@ if(WAMR_BUILD_WASI_NN_OPENVINO EQUAL 1)
71
72
wasi_nn_openvino
73
74
75
openvino::runtime
76
openvino::runtime::c
77
@@ -100,7 +100,7 @@ if(WAMR_BUILD_WASI_NN_LLAMACPP EQUAL 1)
100
101
wasi_nn_llamacpp
102
103
104
cjson
105
common
106
ggml
0 commit comments