Skip to content

Commit db33362

Browse files
committed
fix typos
1 parent 6326cbf commit db33362

File tree

1 file changed

+3
-3
lines changed
  • multimodal/vl2l/src/mlperf_inference_multimodal_vl2l

1 file changed

+3
-3
lines changed

multimodal/vl2l/src/mlperf_inference_multimodal_vl2l/cli.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@ class TestSettings(BaseModel):
186186
bool,
187187
Field(
188188
description="""By default,
189-
the Server scenario will use server_target_latency as constrain.
190-
When set to True, the Server scenario will uset server_ttft_latency
191-
and tpot server_tpot_latency.""",
189+
the Server scenario will use server_target_latency as the constraint.
190+
When set to True, the Server scenario will use server_ttft_latency
191+
and server_tpot_latency as the constraint.""",
192192
),
193193
] = False
194194

0 commit comments

Comments
 (0)