]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
mtmd : rename llava directory to mtmd (#13311)
authorXuan-Son Nguyen <redacted>
Mon, 5 May 2025 14:02:55 +0000 (16:02 +0200)
committerGitHub <redacted>
Mon, 5 May 2025 14:02:55 +0000 (16:02 +0200)
commit9b61acf06041dcbaff6afa5f28940e93297f8520
tree79cad4c9902c8fb54d0cc508beb1bf667cd64f70
parent5215b91e9377ce23e4ccc92ec3156bf5c7f892a3
mtmd : rename llava directory to mtmd (#13311)

* mv llava to mtmd

* change ref everywhere
63 files changed:
Makefile
common/arg.cpp
common/common.h
docs/multimodal/MobileVLM.md
docs/multimodal/glmedge.md
docs/multimodal/llava.md
docs/multimodal/minicpmo2.6.md
docs/multimodal/minicpmv2.5.md
docs/multimodal/minicpmv2.6.md
requirements/requirements-all.txt
tools/CMakeLists.txt
tools/llava/CMakeLists.txt [deleted file]
tools/llava/README-quantize.md [deleted file]
tools/llava/README.md [deleted file]
tools/llava/android/adb_run.sh [deleted file]
tools/llava/android/build_64.sh [deleted file]
tools/llava/clip-impl.h [deleted file]
tools/llava/clip-quantize-cli.cpp [deleted file]
tools/llava/clip.cpp [deleted file]
tools/llava/clip.h [deleted file]
tools/llava/convert_image_encoder_to_gguf.py [deleted file]
tools/llava/deprecation-warning.cpp [deleted file]
tools/llava/glmedge-convert-image-encoder-to-gguf.py [deleted file]
tools/llava/glmedge-surgery.py [deleted file]
tools/llava/llava.cpp [deleted file]
tools/llava/llava.h [deleted file]
tools/llava/llava_surgery.py [deleted file]
tools/llava/llava_surgery_v2.py [deleted file]
tools/llava/minicpmv-convert-image-encoder-to-gguf.py [deleted file]
tools/llava/minicpmv-surgery.py [deleted file]
tools/llava/mtmd-cli.cpp [deleted file]
tools/llava/mtmd.cpp [deleted file]
tools/llava/mtmd.h [deleted file]
tools/llava/qwen2vl-test.cpp [deleted file]
tools/llava/requirements.txt [deleted file]
tools/llava/test-1.jpeg [deleted file]
tools/llava/tests.sh [deleted file]
tools/mtmd/CMakeLists.txt [new file with mode: 0644]
tools/mtmd/README-quantize.md [new file with mode: 0644]
tools/mtmd/README.md [new file with mode: 0644]
tools/mtmd/android/adb_run.sh [new file with mode: 0755]
tools/mtmd/android/build_64.sh [new file with mode: 0755]
tools/mtmd/clip-impl.h [new file with mode: 0644]
tools/mtmd/clip-quantize-cli.cpp [new file with mode: 0644]
tools/mtmd/clip.cpp [new file with mode: 0644]
tools/mtmd/clip.h [new file with mode: 0644]
tools/mtmd/convert_image_encoder_to_gguf.py [new file with mode: 0644]
tools/mtmd/deprecation-warning.cpp [new file with mode: 0644]
tools/mtmd/glmedge-convert-image-encoder-to-gguf.py [new file with mode: 0644]
tools/mtmd/glmedge-surgery.py [new file with mode: 0644]
tools/mtmd/llava.cpp [new file with mode: 0644]
tools/mtmd/llava.h [new file with mode: 0644]
tools/mtmd/llava_surgery.py [new file with mode: 0644]
tools/mtmd/llava_surgery_v2.py [new file with mode: 0644]
tools/mtmd/minicpmv-convert-image-encoder-to-gguf.py [new file with mode: 0644]
tools/mtmd/minicpmv-surgery.py [new file with mode: 0644]
tools/mtmd/mtmd-cli.cpp [new file with mode: 0644]
tools/mtmd/mtmd.cpp [new file with mode: 0644]
tools/mtmd/mtmd.h [new file with mode: 0644]
tools/mtmd/qwen2vl-test.cpp [new file with mode: 0644]
tools/mtmd/requirements.txt [new file with mode: 0644]
tools/mtmd/test-1.jpeg [new file with mode: 0644]
tools/mtmd/tests.sh [new file with mode: 0755]