Skip to content

Commit ef1b46c

Browse files
committed
fix: Fix a typo
Signed-off-by: Ce Gao <cegao@tensorchord.ai>
1 parent f061c5a commit ef1b46c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/vllm_router/router.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,8 @@ def parse_args():
256256
"--static-models",
257257
type=str,
258258
default=None,
259-
help="The models of static backends, separated by comma.E.g., model1,model2",
259+
help="The models of static backends, separated by comma."
260+
"E.g., model1,model2",
260261
)
261262
parser.add_argument(
262263
"--k8s-port",

0 commit comments

Comments
 (0)