Skip to content

Commit e5e81e0

Browse files
committed
CI: Use llama.cpp b3970
1 parent 8cfdaed commit e5e81e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/actions/prepare-llm/action.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ runs:
77
if: runner.os == 'Linux'
88
shell: bash
99
run: |
10-
curl -OL https://github.com/ggerganov/llama.cpp/releases/download/b3614/llama-b3614-bin-ubuntu-x64.zip
11-
unzip llama-b3614-bin-ubuntu-x64.zip
10+
curl -OL https://github.com/ggerganov/llama.cpp/releases/download/b3970/llama-b3970-bin-ubuntu-x64.zip
11+
unzip llama-b3970-bin-ubuntu-x64.zip
1212
1313
- name: Download and unpack llama.cpp (macOS)
1414
if: runner.os == 'macOS'
1515
shell: bash
1616
run: |
17-
curl -OL https://github.com/ggerganov/llama.cpp/releases/download/b3614/llama-b3614-bin-macos-arm64.zip
18-
unzip llama-b3614-bin-macos-arm64.zip
17+
curl -OL https://github.com/ggerganov/llama.cpp/releases/download/b3970/llama-b3970-bin-macos-arm64.zip
18+
unzip llama-b3970-bin-macos-arm64.zip
1919
2020
- name: Launch llama.cpp
2121
shell: bash

0 commit comments

Comments
 (0)