]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
mtmd : move helpers to dedicated library (⚠️ breaking change) (#13866)
authorXuan-Son Nguyen <redacted>
Wed, 28 May 2025 20:35:22 +0000 (22:35 +0200)
committerGitHub <redacted>
Wed, 28 May 2025 20:35:22 +0000 (22:35 +0200)
commit10961339b26bd2eff01d5479e8879f435da261b7
tree7468f038ad3a6473f93ed33309416d0d894a9040
parentd98f2a35fcf4a8d3e660ad48cd19e2a1f3d5b2ef
mtmd : move helpers to dedicated library (⚠️ breaking change) (#13866)

* mtmd : move helpers to dedicated library

* fix server build

* rm leftover cmakelist code
17 files changed:
.editorconfig
common/stb_image.h [deleted file]
tools/mtmd/CMakeLists.txt
tools/mtmd/clip.cpp
tools/mtmd/miniaudio.h [deleted file]
tools/mtmd/mtmd-audio.cpp
tools/mtmd/mtmd-audio.h
tools/mtmd/mtmd-cli.cpp
tools/mtmd/mtmd-helper.cpp
tools/mtmd/mtmd-helper.h [new file with mode: 0644]
tools/mtmd/mtmd.cpp
tools/mtmd/mtmd.h
tools/mtmd/vendor/miniaudio.h [new file with mode: 0644]
tools/mtmd/vendor/stb_image.h [new file with mode: 0644]
tools/server/CMakeLists.txt
tools/server/server.cpp
tools/server/utils.hpp