Skip to content

Commit

Permalink
Config update for cpp implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Aug 10, 2023
1 parent 081c50e commit 5fe2824
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 @@ -43,7 +43,7 @@ class InputSettings {
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", "1024"));
batch_size = std::stol(getenv("CM_MLPERF_LOADGEN_MAX_BATCHSIZE", "1"));
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;
std::cout << "Dataset Preprocessed path: " << dataset_preprocessed_path << std::endl;
Expand Down

0 comments on commit 5fe2824

Please sign in to comment.