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 ecaef63 commit bf12e9cCopy full SHA for bf12e9c
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Download latest llama.cpp release
24
env:
25
CI: true
26
- run: node ./dist/cli/cli.js download --release latest --skipBuild --noBundle --noUsageExample --updateBinariesReleaseMetadataAndSaveGitBundle
+ run: node ./dist/cli/cli.js download --release b3543 --skipBuild --noBundle --noUsageExample --updateBinariesReleaseMetadataAndSaveGitBundle
27
- name: Upload build artifact
28
uses: actions/upload-artifact@v4
29
with:
0 commit comments