From 1cd9352cc35442af7a5595453e6aee5997de1a5d Mon Sep 17 00:00:00 2001 From: Gabe Goodhart Date: Tue, 24 Jun 2025 17:46:54 -0600 Subject: [PATCH] fix: Narrow llama.cpp rsync-filter to not include mtmd main tool cpp files Branch: GraniteFour Signed-off-by: Gabe Goodhart --- llama/llama.cpp/.rsync-filter | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/llama/llama.cpp/.rsync-filter b/llama/llama.cpp/.rsync-filter index 2d86c7a9e..39711fb96 100644 --- a/llama/llama.cpp/.rsync-filter +++ b/llama/llama.cpp/.rsync-filter @@ -19,7 +19,10 @@ include include/llama-*.* include tools/ include tools/mtmd/ include tools/mtmd/*.h -include tools/mtmd/*.cpp +include tools/mtmd/clip.cpp +include tools/mtmd/mtmd.cpp +include tools/mtmd/mtmd-audio.cpp +include tools/mtmd/mtmd-helper.cpp include src/ include src/llama.* include src/llama-*.*