[router] allow router to have empty workers (#8160)
This commit is contained in:
@@ -97,7 +97,8 @@ class RouterArgs:
|
||||
parser.add_argument(
|
||||
"--worker-urls",
|
||||
type=str,
|
||||
nargs="+",
|
||||
nargs="*",
|
||||
default=[],
|
||||
help="List of worker URLs (e.g., http://worker1:8000 http://worker2:8000)",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user