add submodule llava for android
This commit is contained in:
parent
df5841b6b8
commit
86c2233a38
1 changed files with 3 additions and 1 deletions
|
@ -33,6 +33,7 @@ project("llama-android")
|
||||||
|
|
||||||
#load local llama.cpp
|
#load local llama.cpp
|
||||||
add_subdirectory(../../../../../../ build-llama)
|
add_subdirectory(../../../../../../ build-llama)
|
||||||
|
add_subdirectory(../../../../../../examples/llava build-llava)
|
||||||
|
|
||||||
# In order to load a library into your app from Java/Kotlin, you must call
|
# In order to load a library into your app from Java/Kotlin, you must call
|
||||||
# System.loadLibrary() and pass the name of the library defined here;
|
# System.loadLibrary() and pass the name of the library defined here;
|
||||||
|
@ -50,4 +51,5 @@ target_link_libraries(${CMAKE_PROJECT_NAME}
|
||||||
llama
|
llama
|
||||||
common
|
common
|
||||||
android
|
android
|
||||||
log)
|
log
|
||||||
|
llava)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue