We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
llama.cpp
1 parent d4adeb4 commit 8c2a54bCopy full SHA for 8c2a54b
.github/workflows/build.yml
@@ -23,8 +23,7 @@ jobs:
23
- name: Download latest llama.cpp release
24
env:
25
CI: true
26
- # pinned to `b4291` temporarily until the Windows on Arm64 build is fixed
27
- run: node ./dist/cli/cli.js source download --release b4291 --skipBuild --noBundle --noUsageExample --updateBinariesReleaseMetadataAndSaveGitBundle
+ run: node ./dist/cli/cli.js source download --release latest --skipBuild --noBundle --noUsageExample --updateBinariesReleaseMetadataAndSaveGitBundle
28
- name: Upload build artifact
29
uses: actions/upload-artifact@v4
30
with:
0 commit comments