format code

This commit is contained in:
Lianmin Zheng
2024-01-30 16:36:10 +00:00
parent 4a634cf646
commit 74b3bfaaf8
5 changed files with 16 additions and 10 deletions

View File

@@ -440,9 +440,7 @@ class Runtime:
additional_ports: Optional[Union[List[int], int]] = None,
):
host = "127.0.0.1"
port, additional_ports = handle_port_init(
port, additional_ports, tp_size
)
port, additional_ports = handle_port_init(port, additional_ports, tp_size)
self.server_args = ServerArgs(
model_path=model_path,
tokenizer_path=tokenizer_path,