Update utils.py
This commit is contained in:
parent
b4083e4155
commit
b7e21710c4
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ class ServerProcess:
|
|||
server_args.extend(["--chat-template", self.chat_template])
|
||||
if self.chat_template_file:
|
||||
server_args.extend(["--chat-template-file", self.chat_template_file])
|
||||
|
||||
|
||||
args = [str(arg) for arg in [server_path, *server_args]]
|
||||
print(f"bench: starting server with: {' '.join(args)}")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue