Skip to content

Commit 443a1ca

Browse files
committed
fix: make llama.cpp json whitespace-resilient
1 parent b22e22c commit 443a1ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/llama_cpp_server_python/_binary.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from pathlib import Path
88

99
_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}
1111
"""
1212

1313
logger = logging.getLogger(__name__)
@@ -25,7 +25,7 @@ def download_binary(
2525
"""
2626
Download the llama.cpp server binary.
2727
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
2929
to download the binary.
3030
3131
Parameters

0 commit comments

Comments
 (0)