Skip to content

Commit 5901e6c

Browse files
Results on system MI210
1 parent be8440c commit 5901e6c

34 files changed

+13334
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
| Model | Scenario | Accuracy | Throughput | Latency (in ms) |
2+
|---------------------|------------|-----------------------|--------------|-------------------|
3+
| stable-diffusion-xl | offline | (16.38183, 236.85707) | 0.208 | - |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
This experiment is generated using the [MLCommons Collective Mind automation framework (CM)](https://github.com/mlcommons/cm4mlops).
2+
3+
*Check [CM MLPerf docs](https://docs.mlcommons.org/inference) for more details.*
4+
5+
## Host platform
6+
7+
* OS version: Linux-5.14.0-427.42.1.el9_4.x86_64-x86_64-with-glibc2.35
8+
* CPU version: x86_64
9+
* Python version: 3.10.15 (main, Oct 3 2024, 07:27:34) [GCC 11.2.0]
10+
* MLCommons CM version: 3.4.1
11+
12+
## CM Run Command
13+
14+
See [CM installation guide](https://docs.mlcommons.org/inference/install/).
15+
16+
```bash
17+
pip install -U cmind
18+
19+
cm rm cache -f
20+
21+
cm pull repo mlcommons@cm4mlops --checkout=b32ded2a4c3039ad16dadc734bee03dd1a97f228
22+
23+
cm run script \
24+
--tags=run-mlperf,inference,_r4.1-dev,_short,_scc24-base \
25+
--model=sdxl \
26+
--implementation=reference \
27+
--framework=pytorch \
28+
--category=datacenter \
29+
--scenario=Offline \
30+
--execution_mode=test \
31+
--device=rocm \
32+
--quiet \
33+
--precision=float16
34+
```
35+
*Note that if you want to use the [latest automation recipes](https://docs.mlcommons.org/inference) for MLPerf (CM scripts),
36+
you should simply reload mlcommons@cm4mlops without checkout and clean CM cache as follows:*
37+
38+
```bash
39+
cm rm repo mlcommons@cm4mlops
40+
cm pull repo mlcommons@cm4mlops
41+
cm rm cache -f
42+
43+
```
44+
45+
## Results
46+
47+
Platform: aqua-reference-rocm-pytorch-v2.6.0.dev20241118-scc24-base
48+
49+
Model Precision: fp32
50+
51+
### Accuracy Results
52+
`CLIP_SCORE`: `16.38183`, Required accuracy for closed division `>= 31.68632` and `<= 31.81332`
53+
`FID_SCORE`: `236.85707`, Required accuracy for closed division `>= 23.01086` and `<= 23.95008`
54+
55+
### Performance Results
56+
`Samples per second`: `0.20835`

open/UCSD/measurements/aqua-reference-rocm-pytorch-v2.6.0.dev20241118-scc24-base/stable-diffusion-xl/offline/accuracy_console.out

Lines changed: 67 additions & 0 deletions
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"starting_weights_filename": "https://github.com/mlcommons/inference/tree/master/text_to_image#download-model",
3+
"retraining": "no",
4+
"input_data_types": "fp32",
5+
"weight_data_types": "fp32",
6+
"weight_transformations": "no"
7+
}

0 commit comments

Comments
 (0)