We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6326cbf commit db33362Copy full SHA for db33362
multimodal/vl2l/src/mlperf_inference_multimodal_vl2l/cli.py
@@ -186,9 +186,9 @@ class TestSettings(BaseModel):
186
bool,
187
Field(
188
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.""",
+ the Server scenario will use server_target_latency as the constraint.
+ When set to True, the Server scenario will use server_ttft_latency
+ and server_tpot_latency as the constraint.""",
192
),
193
] = False
194
0 commit comments