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.
1 parent 5fb3398 commit 9a77321Copy full SHA for 9a77321
.github/workflows/build.yml
@@ -49,7 +49,7 @@ jobs:
49
cache: 'npm'
50
51
- name: Install dependencies
52
- run: npm ci
+ run: npm install
53
54
- name: Download llama.cpp binaries
55
run: |
0 commit comments