Skip to content

Commit bc5cf51

Browse files
committed
whitespace
1 parent b64742b commit bc5cf51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama_cpp/llama.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ def __init__(
940940

941941
if self.verbose:
942942
print(llama_cpp.llama_print_system_info().decode("utf-8"), file=sys.stderr)
943-
943+
944944
self.chat_format = chat_format
945945
self.chat_handler = chat_handler
946946

0 commit comments

Comments
 (0)