Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit b4315c4

Browse files
committed
chore: update workflows
1 parent 4d97d98 commit b4315c4

File tree

8 files changed

+67
-67
lines changed

8 files changed

+67
-67
lines changed

.github/workflows/build.yml

Lines changed: 30 additions & 30 deletions
Large diffs are not rendered by default.

.github/workflows/convert-model-all-quant.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Apply patch file
4040
run: |
4141
cd llama.cpp
42-
git apply ../patches/0001-Add-API-query-buffer-size.patch
42+
git apply ../patches/0002-Build-llama-cpp-examples.patch
4343
4444
- name: Set up Python
4545
uses: actions/setup-python@v5 # v5.1.1

.github/workflows/create-pr-sync-remote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
- name: Apply patch file
4848
run: |
4949
cd llama.cpp
50-
git apply ../patches/0001-Add-API-query-buffer-size.patch
50+
git apply ../patches/0002-Build-llama-cpp-examples.patch

.github/workflows/nightly-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ jobs:
304304
- name: Apply patch file
305305
run: |
306306
cd llama.cpp
307-
git apply ../patches/0001-Add-API-query-buffer-size.patch
307+
git apply ../patches/0002-Build-llama-cpp-examples.patch
308308
309309
- name: use python for linux
310310
continue-on-error: true

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Apply patch file
8686
run: |
8787
cd llama.cpp
88-
git apply ../patches/0001-Add-API-query-buffer-size.patch
88+
git apply ../patches/0002-Build-llama-cpp-examples.patch
8989
9090
- name: Wait for CI to pass
9191
env:
@@ -133,7 +133,7 @@ jobs:
133133
- name: Apply patch file
134134
run: |
135135
cd llama.cpp
136-
git apply ../patches/0001-Add-API-query-buffer-size.patch
136+
git apply ../patches/0002-Build-llama-cpp-examples.patch
137137
138138
- name: Configure Git
139139
run: |

.github/workflows/template-e2e-weekend-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Apply patch file
9292
run: |
9393
cd llama.cpp
94-
git apply ../patches/0001-Add-API-query-buffer-size.patch
94+
git apply ../patches/0002-Build-llama-cpp-examples.patch
9595
9696
- name: Set up Python
9797
uses: actions/setup-python@v5 # v5.1.1

.github/workflows/template-quality-gate-submodule.yml

Lines changed: 30 additions & 30 deletions
Large diffs are not rendered by default.

.github/workflows/update-model-yml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Apply patch file
4141
run: |
4242
cd llama.cpp
43-
git apply ../patches/0001-Add-API-query-buffer-size.patch
43+
git apply ../patches/0002-Build-llama-cpp-examples.patch
4444
4545
- name: Set up Python
4646
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)