Skip to content

Commit 9b91f12

Browse files
committed
retire retinanet, rgat
1 parent cb761fb commit 9b91f12

9 files changed

Lines changed: 2 additions & 343 deletions

File tree

mlperf_logging/compliance_checker/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,14 @@ As log examples use [NVIDIA's training logs](https://github.com/mlperf/training_
2525
6.0.0/common.yaml - currently the default config file, checks common fields complience and equeues benchmark-specific config file
2626
6.0.0/closed_common.yaml - the common rules file for closed submissions. These rules apply to all benchmarks
2727
6.0.0/open_common.yaml - the common rules file for open submissions. These rules apply to all benchmarks
28-
6.0.0/closed_retinanet.yaml - Per-benchmark rules, closed submissions.
2928
6.0.0/closed_llama31_8b.yaml
3029
6.0.0/closed_llama31_405b.yaml
3130
6.0.0/closed_dlrm_dcnv2.yaml
32-
6.0.0/closed_rgat.yaml
3331
6.0.0/closed_llama2_70b_lora.yaml
3432
6.0.0/closed_flux1.yaml
35-
6.0.0/open_retinanet.yaml - Per-benchmark rules, open submissions.
3633
6.0.0/open_llama31_8b.yaml
3734
6.0.0/open_llama31_405b.yaml
3835
6.0.0/open_dlrm_dcnv2.yaml
39-
6.0.0/open_rgat.yaml
4036
6.0.0/open_llama2_70b_lora.yaml
4137
6.0.0/open_flux1.yaml
4238

mlperf_logging/compliance_checker/training_6.0.0/closed_common.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
- KEY:
33
NAME: submission_benchmark
44
REQ: EXACTLY_ONE
5-
CHECK: " v['value'] in ['retinanet', 'flux1', 'dlrm_dcnv2', 'llama31_8b', 'rgat', 'llama2_70b_lora', 'llama31_405b'] "
5+
CHECK: " v['value'] in ['flux1', 'dlrm_dcnv2', 'llama31_8b', 'llama2_70b_lora', 'llama31_405b'] "
66
POST: " enqueue_config('training_6.0.0/closed_{}.yaml'.format(v['value'])) "
77

88
- KEY:

mlperf_logging/compliance_checker/training_6.0.0/closed_retinanet.yaml

Lines changed: 0 additions & 35 deletions
This file was deleted.

mlperf_logging/compliance_checker/training_6.0.0/closed_rgat.yaml

Lines changed: 0 additions & 21 deletions
This file was deleted.

mlperf_logging/compliance_checker/training_6.0.0/open_common.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
- KEY:
33
NAME: submission_benchmark
44
REQ: EXACTLY_ONE
5-
CHECK: " v['value'] in ['retinanet', 'flux1', 'dlrm_dcnv2', 'llama31_8b', 'rgat', 'llama2_70b_lora', 'llama31_405b'] "
5+
CHECK: " v['value'] in ['flux1', 'dlrm_dcnv2', 'llama31_8b', 'llama2_70b_lora', 'llama31_405b'] "
66
POST: " enqueue_config('training_6.0.0/open_{}.yaml'.format(v['value'])) "

mlperf_logging/compliance_checker/training_6.0.0/open_retinanet.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

mlperf_logging/compliance_checker/training_6.0.0/open_rgat.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

mlperf_logging/rcp_checker/training_6.0.0/rcps_retinanet.json

Lines changed: 0 additions & 172 deletions
This file was deleted.

mlperf_logging/rcp_checker/training_6.0.0/rcps_rgat.json

Lines changed: 0 additions & 95 deletions
This file was deleted.

0 commit comments

Comments
 (0)