Skip to content

Commit d53a924

Browse files
author
sangchengmeng
committed
merge main
1 parent efd1213 commit d53a924

File tree

2 files changed

+1
-28
lines changed

2 files changed

+1
-28
lines changed

lightllm/server/api_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ def make_argument_parser() -> argparse.ArgumentParser:
367367
"--visual_nccl_ports",
368368
nargs="+",
369369
type=int,
370-
default=None,
370+
default=[29500],
371371
help="List of NCCL ports to build a distributed environment for Vit, e.g., 29500 29501 29502",
372372
)
373373
parser.add_argument(

lightllm/server/visualserver/-

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)