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 e3ba22d commit 7ac5a42Copy full SHA for 7ac5a42
1 file changed
tools/CMakeLists.txt
@@ -33,8 +33,8 @@ else()
33
if (GGML_RPC)
34
add_subdirectory(rpc)
35
endif()
36
- if (NOT GGML_BACKEND_DL)
37
- # these examples use the backends directly and cannot be built with dynamic loading
+ if (NOT GGML_BACKEND_DL AND GGML_CPU)
+ # these tools use backends directly (no dynamic loading) and depend on CPU backend symbols
38
add_subdirectory(cvector-generator)
39
add_subdirectory(export-lora)
40
0 commit comments