Commit e5e81e0 1 parent 8cfdaed commit e5e81e0 Copy full SHA for e5e81e0
File tree 1 file changed +4
-4
lines changed
.github/actions/prepare-llm
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
if : runner.os == 'Linux'
8
8
shell : bash
9
9
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
12
12
13
13
- name : Download and unpack llama.cpp (macOS)
14
14
if : runner.os == 'macOS'
15
15
shell : bash
16
16
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
19
19
20
20
- name : Launch llama.cpp
21
21
shell : bash
You can’t perform that action at this time.
0 commit comments