Skip to content

Commit 6019a21

Browse files
committed
Prune examples/llava. Dead code.
examples/llava has been replaced by mtmd since late 2025, and has been out-of-build in ik_llama.cpp since examples/CMakeLists.txt removed it in ikawrakow#798. Repointed descriptions from llava to mtmd where they remained.
1 parent bf23a75 commit 6019a21

21 files changed

Lines changed: 2 additions & 5520 deletions

common/common.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3205,7 +3205,7 @@ void gpt_params_print_usage(int /*argc*/, char ** argv, const gpt_params & param
32053205
options.push_back({ "*", "-nocb, --no-cont-batching", "disable continuous batching" });
32063206

32073207
options.push_back({ "multi-modality" });
3208-
options.push_back({ "*", " --mmproj FILE", "path to a multimodal projector file for LLaVA. see examples/llava/README.md" });
3208+
options.push_back({ "*", " --mmproj FILE", "path to a multimodal projector file. see examples/mtmd/README.md" });
32093209
options.push_back({ "*", " --image FILE", "path to an image file. use with multimodal models. Specify multiple times for batching" });
32103210
options.push_back({ "*", " --image-min-tokens N", "minimum number of tokens each image can take, only used by vision models with dynamic resolution (default: read from model)"});
32113211
options.push_back({ "*", " --image-max-tokens N", "maximum number of tokens each image can take, only used by vision models with dynamic resolution (default: read from model)" });

examples/llava/CMakeLists.txt

Lines changed: 0 additions & 45 deletions
This file was deleted.

examples/llava/MobileVLM-README.md

Lines changed: 0 additions & 377 deletions
This file was deleted.

examples/llava/README-minicpmv2.5.md

Lines changed: 0 additions & 99 deletions
This file was deleted.

examples/llava/README.md

Lines changed: 0 additions & 139 deletions
This file was deleted.

examples/llava/android/adb_run.sh

Lines changed: 0 additions & 53 deletions
This file was deleted.

examples/llava/android/build_64.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)