Skip to content

Commit

Permalink
Increment the default mlperf inference version in user conf
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Nov 13, 2024
1 parent bbdb49d commit 7869cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/generate-mlperf-inference-user-conf/customize.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def preprocess(i):
submission_checker_dir = os.path.join(mlperf_path, "tools", "submission")
sys.path.append(submission_checker_dir)

version = env.get('CM_MLPERF_INFERENCE_VERSION', "4.0")
version = env.get('CM_MLPERF_INFERENCE_VERSION', "4.1")

required_files = []
required_files = get_checker_files()
Expand Down

0 comments on commit 7869cc3

Please sign in to comment.