Skip to content

Commit

Permalink
chore: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sangjanai committed Feb 5, 2025
1 parent 4d97d98 commit b4315c4
Show file tree
Hide file tree
Showing 8 changed files with 67 additions and 67 deletions.
60 changes: 30 additions & 30 deletions .github/workflows/build.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/convert-model-all-quant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Apply patch file
run: |
cd llama.cpp
git apply ../patches/0001-Add-API-query-buffer-size.patch
git apply ../patches/0002-Build-llama-cpp-examples.patch
- name: Set up Python
uses: actions/setup-python@v5 # v5.1.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-pr-sync-remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
- name: Apply patch file
run: |
cd llama.cpp
git apply ../patches/0001-Add-API-query-buffer-size.patch
git apply ../patches/0002-Build-llama-cpp-examples.patch
2 changes: 1 addition & 1 deletion .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ jobs:
- name: Apply patch file
run: |
cd llama.cpp
git apply ../patches/0001-Add-API-query-buffer-size.patch
git apply ../patches/0002-Build-llama-cpp-examples.patch
- name: use python for linux
continue-on-error: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Apply patch file
run: |
cd llama.cpp
git apply ../patches/0001-Add-API-query-buffer-size.patch
git apply ../patches/0002-Build-llama-cpp-examples.patch
- name: Wait for CI to pass
env:
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
- name: Apply patch file
run: |
cd llama.cpp
git apply ../patches/0001-Add-API-query-buffer-size.patch
git apply ../patches/0002-Build-llama-cpp-examples.patch
- name: Configure Git
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template-e2e-weekend-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Apply patch file
run: |
cd llama.cpp
git apply ../patches/0001-Add-API-query-buffer-size.patch
git apply ../patches/0002-Build-llama-cpp-examples.patch
- name: Set up Python
uses: actions/setup-python@v5 # v5.1.1
Expand Down
60 changes: 30 additions & 30 deletions .github/workflows/template-quality-gate-submodule.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/update-model-yml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Apply patch file
run: |
cd llama.cpp
git apply ../patches/0001-Add-API-query-buffer-size.patch
git apply ../patches/0002-Build-llama-cpp-examples.patch
- name: Set up Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit b4315c4

Please sign in to comment.