Skip to content

Commit b7e2171

Browse files
author
ochafik
committed
Update utils.py
1 parent b4083e4 commit b7e2171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/server/tests/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def start(self, timeout_seconds: int = 10) -> None:
173173
server_args.extend(["--chat-template", self.chat_template])
174174
if self.chat_template_file:
175175
server_args.extend(["--chat-template-file", self.chat_template_file])
176-
176+
177177
args = [str(arg) for arg in [server_path, *server_args]]
178178
print(f"bench: starting server with: {' '.join(args)}")
179179

0 commit comments

Comments
 (0)