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.
2 parents 6a13bbf + e2c5c3f commit d4adeb4Copy full SHA for d4adeb4
.github/workflows/build.yml
@@ -23,7 +23,8 @@ jobs:
23
- name: Download latest llama.cpp release
24
env:
25
CI: true
26
- run: node ./dist/cli/cli.js source download --release latest --skipBuild --noBundle --noUsageExample --updateBinariesReleaseMetadataAndSaveGitBundle
+ # 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
28
- name: Upload build artifact
29
uses: actions/upload-artifact@v4
30
with:
0 commit comments