Skip to content

Commit

Permalink
fixed inference import (#1392)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin authored Feb 5, 2025
2 parents c514e9d + f44f061 commit ab7b4e6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"gptj-99.9": "language-processing",
"llama2-70b-99": "language-processing",
"llama2-70b-99.9": "language-processing",
"mixtral-8x7b": "languge-processing",
"dlrm-99": "recommendation",
"dlrm-v2-99": "recommendation",
"dlrm-99.9": "recommendation",
Expand Down Expand Up @@ -103,7 +104,7 @@ def preprocess(i):
ii = {'action': 'run',
'automation': 'script',
'tags': 'run,mlperf,inference,submission,checker',
'extra_args': ' --skip-extra-files-in-root-check',
'extra_args': f' --skip-extra-files-in-root-check --skip_compliance --version={version}',
'submission_dir': path}

if len(xenv) > 0:
Expand Down

0 comments on commit ab7b4e6

Please sign in to comment.