mlcommons / cm4mlops

A collection of portable, reusable and cross-platform automation recipes (CM scripts) to make it easier to build and benchmark AI systems across diverse models, data sets, software and hardware
http://docs.mlcommons.org/cm4mlops/
Apache License 2.0
13 stars 20 forks source link

MLPerf sdxl "not supported between instances of 'str' and 'int'" #566

Closed ChloeCrozier closed 3 hours ago

ChloeCrozier commented 6 hours ago

Hello! I am trying to run MLPerf for sdxl, but I keep running into issues with a typing error within /root/CM/repos/mlcommons@cm4mlops/automation/script/module.py

image

Here is the command I ran:

image

Are there any flags to get around this issues, or do I manually have to edit the file within the container?

arjunsuresh commented 4 hours ago

Hi @ChloeCrozier sorry for that. Can you please do cm pull repo and retry?

ChloeCrozier commented 3 hours ago

Yes, thank you, that fixed it!