fix: Narrow llama.cpp rsync-filter to not include mtmd main tool cpp files

Branch: GraniteFour

Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
This commit is contained in:
Gabe Goodhart 2025-06-24 17:46:54 -06:00
parent 85aba511ec
commit 1cd9352cc3
1 changed files with 4 additions and 1 deletions

View File

@ -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-*.*