Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
KuilongCui committed Jan 21, 2025
1 parent 9ee73aa commit 22fa472
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/e2e_test/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def generate_launch_command(result_filename: str = "",
return command

def generate_serve_command(result_filename: str = "",
launch_ray_cluster: bool = True,
ip: str = "127.0.0.1",
port: int = 37000,
dispatch_policy: str = "load",
Expand All @@ -78,7 +77,6 @@ def generate_serve_command(result_filename: str = "",
f"nohup python -u -m llumnix.entrypoints.vllm.serve "
f"--host {ip} "
f"--port {port} "
f"{'--launch-ray-cluster ' if launch_ray_cluster else ''}"
f"{'--log-filename manager ' if log_instance_info else ''}"
f"{'--log-instance-info ' if log_instance_info else ''}"
f"--enable-migration "
Expand Down

0 comments on commit 22fa472

Please sign in to comment.