We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b32cc commit 1cdf563Copy full SHA for 1cdf563
multimodal/vl2l/src/mlperf_inference_multimodal_vl2l/task.py
@@ -208,8 +208,8 @@ def estimated_num_performance_samples(self) -> int:
208
logger.debug(
209
"Estimated number of performance samples that can be loaded into {} GB host"
210
" memory before testing is {}.",
211
- result,
212
ALLOWED_MEMORY_FOOTPRINT_PERFORMANCE_SAMPLES / 1024 / 1024 / 1024,
+ result,
213
)
214
if self.settings.performance_sample_count_override > 0:
215
0 commit comments