mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-02-05 08:00:42 +01:00
Update utils.py
This commit is contained in:
parent
b4083e4155
commit
b7e21710c4
@ -173,7 +173,7 @@ class ServerProcess:
|
|||||||
server_args.extend(["--chat-template", self.chat_template])
|
server_args.extend(["--chat-template", self.chat_template])
|
||||||
if self.chat_template_file:
|
if self.chat_template_file:
|
||||||
server_args.extend(["--chat-template-file", self.chat_template_file])
|
server_args.extend(["--chat-template-file", self.chat_template_file])
|
||||||
|
|
||||||
args = [str(arg) for arg in [server_path, *server_args]]
|
args = [str(arg) for arg in [server_path, *server_args]]
|
||||||
print(f"bench: starting server with: {' '.join(args)}")
|
print(f"bench: starting server with: {' '.join(args)}")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user