Skip to content

Commit df41a50

Browse files
Change param name
Signed-off-by: Onur Yilmaz <oyilmaz@nvidia.com>
1 parent fafba68 commit df41a50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/deploy/nlp/deploy_vllm_triton.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def get_args(argv):
5454
"-mf",
5555
"--model_format",
5656
choices=["hf", "megatron_bridge"],
57-
default="hf",
57+
default="megatron_bridge",
5858
type=str,
5959
help="Format of the input checkpoint: 'hf' for Hugging Face, 'megatron_bridge' for Megatron-Bridge.",
6060
)

0 commit comments

Comments
 (0)