File tree 1 file changed +2
-2
lines changed
src/llama_cpp_server_python
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
from pathlib import Path
8
8
9
9
_SCRIPT = """
10
- curl -s https://raw.githubusercontent.com/NickCrews/llama.cpp/ea325e0eefb30b9d9cc8cdcd2ca227c71e063d2c /scripts/download-release.sh | bash -s -- {dest_dir} {options}
10
+ curl -s https://raw.githubusercontent.com/NickCrews/llama.cpp/a6821563e817b75223b318a136c67e8a492b1946 /scripts/download-release.sh | bash -s -- {dest_dir} {options}
11
11
"""
12
12
13
13
logger = logging .getLogger (__name__ )
@@ -25,7 +25,7 @@ def download_binary(
25
25
"""
26
26
Download the llama.cpp server binary.
27
27
28
- Uses https://raw.githubusercontent.com/NickCrews/llama.cpp/ea325e0eefb30b9d9cc8cdcd2ca227c71e063d2c /scripts/download-release.sh
28
+ Uses https://raw.githubusercontent.com/NickCrews/llama.cpp/a6821563e817b75223b318a136c67e8a492b1946 /scripts/download-release.sh
29
29
to download the binary.
30
30
31
31
Parameters
You can’t perform that action at this time.
0 commit comments