Skip to content

Commit d23fdc2

Browse files
committed
deprecate llama-qwen2vl-cli
1 parent 14a6ab1 commit d23fdc2

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

examples/llava/CMakeLists.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,7 @@ endif()
6464
add_executable(llama-llava-cli deprecation-warning.cpp)
6565
add_executable(llama-gemma3-cli deprecation-warning.cpp)
6666
add_executable(llama-minicpmv-cli deprecation-warning.cpp)
67-
68-
set(TARGET llama-qwen2vl-cli)
69-
add_executable(${TARGET} qwen2vl-cli.cpp)
70-
set_target_properties(${TARGET} PROPERTIES OUTPUT_NAME llama-qwen2vl-cli)
71-
install(TARGETS ${TARGET} RUNTIME)
72-
target_link_libraries(${TARGET} PRIVATE common llava ${CMAKE_THREAD_LIBS_INIT})
73-
target_compile_features(${TARGET} PRIVATE cxx_std_17)
67+
add_executable(llama-qwen2vl-cli deprecation-warning.cpp)
7468

7569
set(TARGET llama-mtmd-cli)
7670
add_executable(${TARGET} mtmd-cli.cpp)

examples/llava/qwen2vl-cli.cpp renamed to examples/llava/qwen2vl-test.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
#include <cassert>
2828
#include <cmath>
2929

30+
// THIS FILE IS ONLY USED FOR TESTING THE QWEN2VL MODEL
31+
// IT IS NOT A PRODUCTION CODE
3032

3133
static bool qwen2vl_eval_image_embed(llama_context * ctx_llama, const struct llava_image_embed * image_embed,
3234
int n_batch, int * n_past, int * st_pos_id, struct clip_image_size * image_size) {

0 commit comments

Comments
 (0)