@@ -10,9 +10,9 @@ To check a log file for compliance:
1010
1111 python -m mlperf_logging.compliance_checker [--config YAML] [--usage training/hpc] [--ruleset MLPERF_EDITION] FILENAME
1212
13- By default, 5.1 .0 training edition rules are used and the default config is set to ` 5.1 .0/common.yaml` .
13+ By default, 6.0 .0 training edition rules are used and the default config is set to ` 6.0 .0/common.yaml` .
1414This config will check all common keys and enqueue benchmark specific config to be checked as well.
15- Old training editions, still supported are 5.0.0, 4.1.0, 4.0.0, 3.1.0, 3.0.0, 2.1.0, 2.0.0, 1.1.0, 1.0.0, 0.7.0 and 0.6.0
15+ Old training editions, still supported are 6.0.0, 5.1.0, 5.0.0, 4.1.0, 4.0.0, 3.1.0, 3.0.0, 2.1.0, 2.0.0, 1.1.0, 1.0.0, 0.7.0 and 0.6.0
1616
1717To check hpc compliance rules (only 1.0.0 ruleset is supported), set --usage hpc --ruleset 1.0.0.
1818
@@ -22,23 +22,21 @@ As log examples use [NVIDIA's training logs](https://github.com/mlperf/training_
2222
2323### Existing config files for training submissions
2424
25- 5.1.0/common.yaml - currently the default config file, checks common fields complience and equeues benchmark-specific config file
26- 5.1.0/closed_common.yaml - the common rules file for closed submissions. These rules apply to all benchmarks
27- 5.1.0/open_common.yaml - the common rules file for open submissions. These rules apply to all benchmarks
28- 5.1.0/closed_retinanet.yaml - Per-benchmark rules, closed submissions.
29- 5.1.0/closed_llama31_8b.yaml
30- 5.1.0/closed_llama31_405b.yaml
31- 5.1.0/closed_dlrm_dcnv2.yaml
32- 5.1.0/closed_rgat.yaml
33- 5.1.0/closed_llama2_70b_lora.yaml
34- 5.1.0/closed_flux1.yaml
35- 5.1.0/open_retinanet.yaml - Per-benchmark rules, open submissions.
36- 5.1.0/open_llama31_8b.yaml
37- 5.1.0/open_llama31_405b.yaml
38- 5.1.0/open_dlrm_dcnv2.yaml
39- 5.1.0/open_rgat.yaml
40- 5.1.0/open_llama2_70b_lora.yaml
41- 5.1.0/open_flux1.yaml
25+ 6.0.0/common.yaml - currently the default config file, checks common fields complience and equeues benchmark-specific config file
26+ 6.0.0/closed_common.yaml - the common rules file for closed submissions. These rules apply to all benchmarks
27+ 6.0.0/open_common.yaml - the common rules file for open submissions. These rules apply to all benchmarks
28+ 6.0.0/closed_llama31_8b.yaml
29+ 6.0.0/closed_llama31_405b.yaml
30+ 6.0.0/closed_dlrm_dcnv2.yaml
31+ 6.0.0/closed_llama2_70b_lora.yaml
32+ 6.0.0/closed_flux1.yaml
33+ 6.0.0/closed_gpt_oss_20b.yaml
34+ 6.0.0/open_llama31_8b.yaml
35+ 6.0.0/open_llama31_405b.yaml
36+ 6.0.0/open_dlrm_dcnv2.yaml
37+ 6.0.0/open_llama2_70b_lora.yaml
38+ 6.0.0/open_flux1.yaml
39+ 6.0.0/open_gpt_oss_20b.yaml
4240
4341### Existing config files for HPC submissions
4442
0 commit comments