Skip to content

Commit

Permalink
extracted main mlperf model passed
Browse files Browse the repository at this point in the history
  • Loading branch information
anandhu-eng authored Oct 28, 2024
1 parent 303b0e0 commit c087476
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/submission/submission_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,6 @@ def get_mlperf_model(self, model, extra_model_mapping=None):
return mlperf_model

def get_required(self, model):
model = self.get_mlperf_model(model)
if model not in self.required:
return None
return set(self.required[model])
Expand Down

0 comments on commit c087476

Please sign in to comment.