We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4083e4 commit b7e2171Copy full SHA for b7e2171
examples/server/tests/utils.py
@@ -173,7 +173,7 @@ def start(self, timeout_seconds: int = 10) -> None:
173
server_args.extend(["--chat-template", self.chat_template])
174
if self.chat_template_file:
175
server_args.extend(["--chat-template-file", self.chat_template_file])
176
-
+
177
args = [str(arg) for arg in [server_path, *server_args]]
178
print(f"bench: starting server with: {' '.join(args)}")
179
0 commit comments