llava/mtmd : fixes to fully support dl backends (#13303)

This commit is contained in:
Diego Devesa 2025-05-04 17:05:20 +02:00 committed by GitHub
parent 9f2da5871f
commit 86bd60d3fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 15 additions and 3 deletions

View file

@ -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()