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

@@ -333,4 +333,4 @@ jobs:
submodules: recursive
- name: Verify patches carry all the changes
run: |
cd llama && ./sync.sh && git diff --compact-summary --exit-code .
cd llama && make apply-patches sync && git diff --compact-summary --exit-code .