Skip to content

Commit bf12e9c

Browse files
authored
fix: revert to the latest stable Metal llama.cpp release (#297)
1 parent ecaef63 commit bf12e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Download latest llama.cpp release
2424
env:
2525
CI: true
26-
run: node ./dist/cli/cli.js download --release latest --skipBuild --noBundle --noUsageExample --updateBinariesReleaseMetadataAndSaveGitBundle
26+
run: node ./dist/cli/cli.js download --release b3543 --skipBuild --noBundle --noUsageExample --updateBinariesReleaseMetadataAndSaveGitBundle
2727
- name: Upload build artifact
2828
uses: actions/upload-artifact@v4
2929
with:

0 commit comments

Comments
 (0)