Skip to content

Commit dabeb8c

Browse files
authored
Merge branch 'master' into shobhitv/acc_sample_count
2 parents b09c479 + 9142ef0 commit dabeb8c

File tree

8 files changed

+35
-38
lines changed

8 files changed

+35
-38
lines changed

.github/workflows/test-resnet50.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ jobs:
3636
- name: Install dependencies
3737
run: |
3838
python3 -m pip install mlcflow
39-
mlc pull repo mlcommons@mlperf-automations --branch=subcheckmod_change
39+
mlc pull repo mlcommons@mlperf-automations --branch=dev
4040
#python3 -m pip install mlc-scripts
4141
- name: Test Resnet50 and end to end submission generation
4242
run: |
43-
mlcr run,mlperf,inference,generate-run-cmds,_submission,_short,_r6.0 --quiet --submitter="MLCommons" --hw_name=default --model=resnet50 --implementation=reference --backend=${{ matrix.backend }} --device=cpu --scenario=Offline --test_query_count=500 --adr.compiler.tags=gcc --adr.inference-src.tags=_branch.submission_checker_refactor --adr.inference-src.version=custom --adr.inference-src-loadgen.tags=_branch.${{ github.event.pull_request.head.ref }},_repo.${{ github.event.pull_request.head.repo.html_url }} --adr.inference-src-loadgen.version=custom --adr.loadgen.version=custom ${{ matrix.loadgen-flag }}
44-
#mlcr run,mlperf,inference,generate-run-cmds,_submission,_short --quiet --submitter="MLCommons" --hw_name=default --model=resnet50 --implementation=reference --backend=${{ matrix.backend }} --device=cpu --scenario=Offline --test_query_count=500 --adr.compiler.tags=gcc --adr.inference-src.tags=_branch.${{ github.event.pull_request.head.ref }},_repo.${{ github.event.pull_request.head.repo.html_url }} --adr.inference-src.version=custom --adr.inference-src-loadgen.tags=_branch.${{ github.event.pull_request.head.ref }},_repo.${{ github.event.pull_request.head.repo.html_url }} --adr.inference-src-loadgen.version=custom --adr.loadgen.version=custom ${{ matrix.loadgen-flag }}
43+
mlcr run,mlperf,inference,generate-run-cmds,_submission,_short --quiet --submitter="MLCommons" --hw_name=default --model=resnet50 --implementation=reference --backend=${{ matrix.backend }} --device=cpu --scenario=Offline --test_query_count=500 --adr.compiler.tags=gcc --adr.inference-src.tags=_branch.${{ github.event.pull_request.head.ref }},_repo.${{ github.event.pull_request.head.repo.html_url }} --adr.inference-src.version=custom --adr.inference-src-loadgen.tags=_branch.${{ github.event.pull_request.head.ref }},_repo.${{ github.event.pull_request.head.repo.html_url }} --adr.inference-src-loadgen.version=custom --adr.loadgen.version=custom ${{ matrix.loadgen-flag }}

.github/workflows/test-retinanet.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ jobs:
3434
- name: Install dependencies
3535
run: |
3636
python3 -m pip install mlcflow
37-
mlc pull repo mlcommons@mlperf-automations --branch=subcheckmod_change
37+
mlc pull repo mlcommons@mlperf-automations --branch=dev
3838
#python3 -m pip install mlc-scripts
3939
- name: Test Retinanet and end to end submission generation
4040
run: |
41-
mlcr run,mlperf,inference,generate-run-cmds,_submission,_short,_r6.0 --quiet --submitter="MLCommons" --hw_name=default --model=retinanet --implementation=reference --backend=${{ matrix.backend }} --device=cpu --scenario=Offline --test_query_count=10 --adr.compiler.tags=gcc --adr.accuracy-check-src.tags=_branch.submission_checker_refactor --adr.inference-src.version=custom --adr.inference-src.tags=_branch.submission_checker_refactor --adr.inference-src-loadgen.tags=_branch.${{ github.event.pull_request.head.ref }},_repo.${{ github.event.pull_request.head.repo.html_url }} --adr.inference-src-loadgen.version=custom --adr.loadgen.version=custom
42-
#mlcr run,mlperf,inference,generate-run-cmds,_submission,_short --quiet --submitter="MLCommons" --hw_name=default --model=retinanet --implementation=reference --backend=${{ matrix.backend }} --device=cpu --scenario=Offline --test_query_count=10 --adr.compiler.tags=gcc --adr.inference-src.version=custom --adr.inference-src.tags=_repo.${{ github.event.pull_request.head.repo.html_url }},_branch.${{ github.event.pull_request.head.ref }} --adr.inference-src-loadgen.tags=_branch.${{ github.event.pull_request.head.ref }},_repo.${{ github.event.pull_request.head.repo.html_url }} --adr.inference-src-loadgen.version=custom --adr.loadgen.version=custom
41+
mlcr run,mlperf,inference,generate-run-cmds,_submission,_short --quiet --submitter="MLCommons" --hw_name=default --model=retinanet --implementation=reference --backend=${{ matrix.backend }} --device=cpu --scenario=Offline --test_query_count=10 --adr.compiler.tags=gcc --adr.inference-src.version=custom --adr.inference-src.tags=_repo.${{ github.event.pull_request.head.repo.html_url }},_branch.${{ github.event.pull_request.head.ref }} --adr.inference-src-loadgen.tags=_branch.${{ github.event.pull_request.head.ref }},_repo.${{ github.event.pull_request.head.repo.html_url }} --adr.inference-src-loadgen.version=custom --adr.loadgen.version=custom

.github/workflows/test-rgat.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ jobs:
3333
- name: Install dependencies
3434
run: |
3535
python3 -m pip install mlcflow
36-
mlc pull repo mlcommons@mlperf-automations --branch=subcheckmod_change
36+
mlc pull repo mlcommons@mlperf-automations --branch=dev
3737
#python3 -m pip install mlc-scripts
3838
- name: Test R-GAT and end to end submission generation
3939
run: |
40-
mlcr run,mlperf,inference,generate-run-cmds,_submission,_short,_r6.0 --quiet --submitter="MLCommons" --category=datacenter --hw_name=default --model=rgat --implementation=reference --backend=${{ matrix.backend }} --device=cpu --scenario=Offline --test_query_count=500 --adr.compiler.tags=gcc --adr.inference-src.tags=_branch.submission_checker_refactor --adr.inference-src-loadgen.tags=_branch.$PR_HEAD_REF,_repo.${{ github.event.pull_request.head.repo.html_url }} --adr.inference-src-loadgen.version=custom --adr.loadgen.version=custom ${{ matrix.loadgen-flag }}
41-
#mlcr run,mlperf,inference,generate-run-cmds,_submission,_short --quiet --submitter="MLCommons" --category=datacenter --hw_name=default --model=rgat --implementation=reference --backend=${{ matrix.backend }} --device=cpu --scenario=Offline --test_query_count=500 --adr.compiler.tags=gcc --adr.inference-src.tags=_branch.$PR_HEAD_REF,_repo.${{ github.event.pull_request.head.repo.html_url }} --adr.inference-src-loadgen.tags=_branch.$PR_HEAD_REF,_repo.${{ github.event.pull_request.head.repo.html_url }} --adr.inference-src-loadgen.version=custom --adr.loadgen.version=custom ${{ matrix.loadgen-flag }}
40+
mlcr run,mlperf,inference,generate-run-cmds,_submission,_short --quiet --submitter="MLCommons" --category=datacenter --hw_name=default --model=rgat --implementation=reference --backend=${{ matrix.backend }} --device=cpu --scenario=Offline --test_query_count=500 --adr.compiler.tags=gcc --adr.inference-src.tags=_branch.$PR_HEAD_REF,_repo.${{ github.event.pull_request.head.repo.html_url }} --adr.inference-src-loadgen.tags=_branch.$PR_HEAD_REF,_repo.${{ github.event.pull_request.head.repo.html_url }} --adr.inference-src-loadgen.version=custom --adr.loadgen.version=custom ${{ matrix.loadgen-flag }}

loadgen/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.0.4
1+
6.0.5

loadgen/mlperf.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ gpt-oss-120b.*.performance_sample_count_override = 6396
3434
gpt-oss-120b.*.accuracy_sample_count_override = 4395
3535

3636
# Set seeds.
37-
*.*.qsl_rng_seed = 1780908523862526354
38-
*.*.sample_index_rng_seed = 14771362308971278857
39-
*.*.schedule_rng_seed = 18209322760996052031
37+
*.*.qsl_rng_seed = 2465351861681999779
38+
*.*.sample_index_rng_seed = 14276810075590677512
39+
*.*.schedule_rng_seed = 3936089224930324775
4040

4141
# Set seeds for TEST_05 (not needed from v5.0 onwards)
4242
*.*.test05_qsl_rng_seed = 7975553102935885558

text_to_image/tools/sample_ids.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def get_args():
2020
default=10,
2121
help="Dataset download location")
2222
parser.add_argument(
23-
"--seed", "-s", type=int, default=927722784, help="Dataset download location"
23+
"--seed", "-s", type=int, default=1999337312, help="Dataset download location"
2424
)
2525
args = parser.parse_args()
2626
return args

text_to_image/tools/sample_ids.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
2747
2-
2235
3-
2165
4-
1515
5-
1538
6-
1367
7-
2419
8-
4629
9-
3657
10-
4532
1+
1311
2+
2476
3+
3644
4+
2188
5+
4114
6+
52
7+
388
8+
1195
9+
3427
10+
2289

tools/submission/submission_checker.py

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -306,9 +306,9 @@
306306
},
307307
"seeds": {
308308
# TODO: Update random seeds
309-
"qsl_rng_seed": 1780908523862526354,
310-
"sample_index_rng_seed": 14771362308971278857,
311-
"schedule_rng_seed": 18209322760996052031,
309+
"qsl_rng_seed": 2465351861681999779,
310+
"sample_index_rng_seed": 14276810075590677512,
311+
"schedule_rng_seed": 3936089224930324775,
312312
},
313313
"ignore_errors": [],
314314
"latency-constraint": {
@@ -689,18 +689,18 @@
689689
]
690690
REQUIRED_ACC_BENCHMARK = {
691691
"stable-diffusion-xl": {
692-
"v5.0": {
692+
"v6.0": {
693693
"images": [
694-
"4459",
695-
"4015",
696-
"2705",
697-
"1682",
698-
"4048",
699-
"4683",
700-
"3757",
701-
"1578",
702-
"3319",
703-
"95",
694+
"1311",
695+
"2476",
696+
"3644",
697+
"2188",
698+
"4114",
699+
"52",
700+
"388",
701+
"1195",
702+
"3427",
703+
"2289",
704704
]
705705
},
706706
"v5.1": {

0 commit comments

Comments
 (0)