Skip to content

Commit cc27f83

Browse files
author
rocky Cloud User
committed
Add CPU and other required files
1 parent f273151 commit cc27f83

File tree

4 files changed

+55
-0
lines changed

4 files changed

+55
-0
lines changed
69.5 KB
Binary file not shown.
File renamed without changes.

gpu_submission/summary.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"0":{
3+
"Organization":"MLCommons",
4+
"Availability":"available",
5+
"Division":"open",
6+
"SystemType":"edge",
7+
"SystemName":"scc124_gpu0.novalocal",
8+
"Platform":"scc124_gpu0.novalocal-reference-gpu-pytorch-default_config",
9+
"Model":"bert-99",
10+
"MlperfModel":"bert-99",
11+
"Scenario":"Offline",
12+
"Result":48.3116,
13+
"Accuracy":"F1: 90.87487229720105",
14+
"number_of_nodes":1,
15+
"host_processor_model_name":"AMD EPYC-Milan Processor",
16+
"host_processors_per_node":16,
17+
"host_processor_core_count":1,
18+
"accelerator_model_name":"GRID A100X-20C",
19+
"accelerators_per_node":1,
20+
"Location":"open\/MLCommons\/results\/scc124_gpu0.novalocal-reference-gpu-pytorch-default_config\/bert-99\/offline",
21+
"framework":"pytorch",
22+
"operating_system":"Rocky 9.4 (linux-6.1.110-1.el9.elrepo.x86_64-glibc2.34)",
23+
"notes":"Automated by MLCommons CM v3.2.6. ",
24+
"compliance":1,
25+
"errors":0,
26+
"version":"v4.1",
27+
"inferred":0,
28+
"has_power":false,
29+
"Units":"Samples\/s",
30+
"weight_data_types":"fp32"
31+
}
32+
}

mlperf_submission_short.run

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# CPU run command
2+
cm run script --tags=run-mlperf,inference,_r4.1-dev,_short \
3+
--model=bert-99 \
4+
--implementation=reference \
5+
--framework=pytorch \
6+
--category=edge \
7+
--scenario=Offline \
8+
--execution_mode=valid \
9+
--device=cpu \
10+
--quiet \
11+
--test_query_count=100
12+
13+
# GPU run command
14+
cm run script --tags=run-mlperf,inference,_r4.1-dev,_short \
15+
--model=bert-99 \
16+
--implementation=reference \
17+
--framework=pytorch \
18+
--category=edge \
19+
--scenario=Offline \
20+
--execution_mode=valid \
21+
--device=cuda \
22+
--quiet \
23+
--test_query_count=500

0 commit comments

Comments
 (0)