Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Francesco Petrini <[email protected]>
  • Loading branch information
rmccorm4 and fpetrini15 authored Jan 10, 2024
1 parent 390f481 commit 8625747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/triton_cli/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def add_server_start_args(subcommands):
type=str,
default=None,
required=False,
help="Mode to start Triton with. If a mode is explicitly specified, only that mode will be tried. If no mode is specified (default), 'local' mode is tried first first, then falls back to 'docker' mode on failure.",
help="Mode to start Triton with. If a mode is explicitly specified, only that mode will be tried. If no mode is specified (default), 'local' mode is tried first, then falls back to 'docker' mode on failure.",
)
default_image = "nvcr.io/nvidia/tritonserver:23.12-vllm-python-py3"
subcommand.add_argument(
Expand Down

0 comments on commit 8625747

Please sign in to comment.