This repository was archived by the owner on Jul 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +67
-67
lines changed Expand file tree Collapse file tree 8 files changed +67
-67
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments