Skip to content

Commit d7d7ebf

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/checkout-6
2 parents ec51da2 + d099001 commit d7d7ebf

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build-and-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
runs-on: ubuntu-latest
203203

204204
steps:
205-
- uses: actions/download-artifact@v4
205+
- uses: actions/download-artifact@v8
206206
with:
207207
merge-multiple: true
208208
path: dist

.github/workflows/build-wheels-metal.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555

5656
steps:
57-
- uses: actions/download-artifact@v4
57+
- uses: actions/download-artifact@v8
5858
with:
5959
merge-multiple: true
6060
path: dist2

.github/workflows/build-wheels-rocm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
runs-on: ubuntu-latest
204204

205205
steps:
206-
- uses: actions/download-artifact@v4
206+
- uses: actions/download-artifact@v8
207207
with:
208208
merge-multiple: true
209209
path: dist
@@ -223,7 +223,7 @@ jobs:
223223
runs-on: ubuntu-latest
224224

225225
steps:
226-
- uses: actions/download-artifact@v4
226+
- uses: actions/download-artifact@v8
227227
with:
228228
merge-multiple: true
229229
path: dist

.github/workflows/build-wheels-vulkan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
runs-on: ubuntu-latest
110110

111111
steps:
112-
- uses: actions/download-artifact@v4
112+
- uses: actions/download-artifact@v8
113113
with:
114114
merge-multiple: true
115115
path: dist

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
- feat: update llama.cpp to ggml-org/llama.cpp@94a220cd6
10+
- feat: update llama.cpp to ggml-org/llama.cpp@e3ba22d6c
1111
- feat(ci): add ROCm wheel builds by @abetlen in #2252
1212
- feat(ci): add Vulkan wheel builds by @abetlen in #2251
1313
- fix: handle additional `from_pretrained` files in subfolders by @TNing in #2085

0 commit comments

Comments
 (0)