Skip to content

Commit 9fa624d

Browse files
committed
Merge branch 'wangshangsam/vlm-sut-prototype' of github.com:CentML/mlperf-inference into wangshangsam/vlm-sut-prototype
2 parents faa5d8b + 71493fc commit 9fa624d

File tree

1 file changed

+2
-1
lines changed
  • multimodal/vl2l/src/mlperf_inference_multimodal_vl2l

1 file changed

+2
-1
lines changed

multimodal/vl2l/src/mlperf_inference_multimodal_vl2l/cli.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ class TestSettings(BaseModel):
121121

122122
@field_validator("min_duration", mode="before")
123123
@classmethod
124-
def parse_min_duration(cls, value: timedelta | float | str) -> timedelta | str:
124+
def parse_min_duration(cls, value: timedelta |
125+
float | str) -> timedelta | str:
125126
"""Parse timedelta from seconds (int/float/str) or ISO 8601 format."""
126127
if isinstance(value, timedelta):
127128
return value

0 commit comments

Comments
 (0)