Skip to content

Commit

Permalink
Update customize.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Dec 30, 2024
1 parent 39d2712 commit f6357a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/app-mlperf-inference/customize.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ def postprocess(i):
cmd = ""
xcmd = ""

readme_init += "*Check [CM MLPerf docs](https://docs.mlcommons.org/inference) for more details.*\n\n"
readme_init = "*Check [CM MLPerf docs](https://docs.mlcommons.org/inference) for more details.*\n\n"

readme_body = "## Host platform\n\n* OS version: {}\n* CPU version: {}\n* Python version: {}\n* MLCommons CM version: {}\n\n".format(platform.platform(),
platform.processor(), sys.version, cm.__version__)
Expand Down

0 comments on commit f6357a8

Please sign in to comment.