Skip to content

Commit

Permalink
Merge pull request #368 from GATEOverflow/mlperf-inference
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
arjunsuresh authored Oct 9, 2024
2 parents 4e7bf6b + 8af0b28 commit c19f198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/process-mlperf-accuracy/customize.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def preprocess(i):
if env.get('CM_SDXL_COMPLIANCE_IMAGES_PATH', '') != '':
extra_options += f" --compliance-images-path '{env['CM_SDXL_COMPLIANCE_IMAGES_PATH']}' "
else:
extra_options += f""" --compliance-images-path '{os.path.join(result_dir, "images")'} """
extra_options += f""" --compliance-images-path '{os.path.join(result_dir, "images")}' """

if env.get('CM_SDXL_ACCURACY_RUN_DEVICE', '') != '':
extra_options += f" --device '{env['CM_SDXL_ACCURACY_RUN_DEVICE']}' "
Expand Down

0 comments on commit c19f198

Please sign in to comment.