Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Jan 25, 2024
1 parent 808e77e commit 38b9750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cm-mlops/script/app-mlperf-inference-cpp/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class InputSettings {
if (mode_name == "performance")
mode_name = "PerformanceOnly";
query_count_override = std::stol(getenv("CM_MLPERF_LOADGEN_QUERY_COUNT", "0"));
performance_sample_count = std::stol(getenv("CM_MLPERF_LOADGEN_PERFORMANCE_SAMPLE_COUNT", "0"));
performance_sample_count = std::stol(getenv("CM_MLPERF_LOADGEN_PERFORMANCE_SAMPLE_COUNT", "1024"));
batch_size = std::stol(getenv("CM_MLPERF_LOADGEN_MAX_BATCHSIZE", "32"));
std::cout << "MLPerf Conf path: " << mlperf_conf_path << std::endl;
std::cout << "User Conf path: " << user_conf_path << std::endl;
Expand Down

0 comments on commit 38b9750

Please sign in to comment.