Skip to content

Commit

Permalink
Fix mlperf_conf.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Oct 23, 2024
1 parent f26302e commit f506644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loadgen/test_settings_internal.cc
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ int TestSettings::FromConfig(const std::string &path, const std::string &model,
if (configCount == 0) {
// Only allow userConf as the single configFile and loadgen loads the
// mlperfConf automatically
FromConfig(NULL, model, scenario, true);
FromConfig("", model, scenario, true);
}

else {
Expand Down

0 comments on commit f506644

Please sign in to comment.