llama: Decouple patching script from submodule (#7139)

* Refine llama.cpp vendoring workflow tools

Switch from the sync.sh over to make based tooling

* Run new make sync and patch flow
This commit is contained in:
Daniel Hiltgen
2024-10-17 15:03:09 -07:00
committed by GitHub
parent f86d00cd95
commit bf4018b9ec
16 changed files with 374 additions and 181 deletions

View File

@@ -41,6 +41,9 @@ runners: $(RUNNER_TARGETS)
$(RUNNER_TARGETS):
$(MAKE) -f make/Makefile.$@
help-sync apply-patches create-patches sync:
$(MAKE) -f make/Makefile.sync $@
clean:
rm -rf $(BUILD_DIR) $(DIST_RUNNERS) $(PAYLOAD_RUNNERS)
go clean -cache