mlcommons / logging

MLPerf™ logging library
https://mlcommons.org/en/groups/best-practices-benchmark-infra
Apache License 2.0
30 stars 45 forks source link

Libraries update for Stable Diffusion #335

Closed ahmadki closed 1 year ago

github-actions[bot] commented 1 year ago

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

ahmadki commented 1 year ago

@ahmadki

* Add [here](https://github.com/ahmadki/logging/blob/d1750378fb1cb9bf05f4dfce0d15702c15eaa770/mlperf_logging/benchmark_meta.py#L16C22-L16C22) the entry `'stable_diffusion': 10`

* Add `stable_diffusion` to the list of models [here](https://github.com/ahmadki/logging/blob/d1750378fb1cb9bf05f4dfce0d15702c15eaa770/mlperf_logging/compliance_checker/training_3.1.0/closed_common.yaml#L5)

* Add `stable_diffusion` to the list of models [here](https://github.com/ahmadki/logging/blob/d1750378fb1cb9bf05f4dfce0d15702c15eaa770/mlperf_logging/compliance_checker/training_3.1.0/open_common.yaml#L5) as well

* Rename this [file](https://github.com/ahmadki/logging/blob/ahmadki/stable_diffusion_3.1/mlperf_logging/rcp_checker/training_3.1.0/rcps_stable_diffusion_v2.json) to `rcps_stable_diffusion.json`

Other than that LGTM. I was able to get the full checker running with some dummy logs

Done