Skip to content

Commit 1cdf563

Browse files
committed
small fix
1 parent 08b32cc commit 1cdf563

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

multimodal/vl2l/src/mlperf_inference_multimodal_vl2l/task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ def estimated_num_performance_samples(self) -> int:
208208
logger.debug(
209209
"Estimated number of performance samples that can be loaded into {} GB host"
210210
" memory before testing is {}.",
211-
result,
212211
ALLOWED_MEMORY_FOOTPRINT_PERFORMANCE_SAMPLES / 1024 / 1024 / 1024,
212+
result,
213213
)
214214
if self.settings.performance_sample_count_override > 0:
215215
logger.debug(

0 commit comments

Comments
 (0)