Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit e48bd59

Browse files
committed
Update add_subdirectory(llava) position
1 parent 56dcc0e commit e48bd59

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ else()
1616
set(CMAKE_CXX_STANDARD 14)
1717
endif()
1818

19-
# llama cpp server need llava example to work, this is for llama cpp server
20-
# set(LLAMA_BUILD_EXAMPLES ON)
21-
add_subdirectory(llama.cpp/examples/llava)
22-
2319
set(CMAKE_CXX_STANDARD_REQUIRED ON)
2420
set(CMAKE_CXX_EXTENSIONS OFF)
2521
set(OPENSSL_USE_STATIC_LIBS TRUE)
@@ -48,6 +44,7 @@ endif()
4844

4945
add_compile_definitions(NITRO_VERSION="${NITRO_VERSION}")
5046

47+
add_subdirectory(llama.cpp/examples/llava)
5148
add_subdirectory(llama.cpp)
5249
add_subdirectory(whisper.cpp)
5350

0 commit comments

Comments
 (0)