llava/mtmd : fixes to fully support dl backends (#13303)
This commit is contained in:
parent
9f2da5871f
commit
86bd60d3fe
3 changed files with 15 additions and 3 deletions
|
@ -27,11 +27,11 @@ else()
|
|||
add_subdirectory(run)
|
||||
add_subdirectory(tokenize)
|
||||
add_subdirectory(tts)
|
||||
add_subdirectory(llava)
|
||||
if (NOT GGML_BACKEND_DL)
|
||||
# these examples use the backends directly and cannot be built with dynamic loading
|
||||
add_subdirectory(cvector-generator)
|
||||
add_subdirectory(export-lora)
|
||||
add_subdirectory(llava)
|
||||
if (GGML_RPC)
|
||||
add_subdirectory(rpc)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue