Skip to content

Commit ab7b4e6

Browse files
authored
fixed inference import (#1392)
2 parents c514e9d + f44f061 commit ab7b4e6

File tree

1 file changed

+2
-1
lines changed
  • cmx4mlops/cmx4mlops/repo/script/import-mlperf-inference-to-experiment

1 file changed

+2
-1
lines changed

cmx4mlops/cmx4mlops/repo/script/import-mlperf-inference-to-experiment/customize.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"gptj-99.9": "language-processing",
3636
"llama2-70b-99": "language-processing",
3737
"llama2-70b-99.9": "language-processing",
38+
"mixtral-8x7b": "languge-processing",
3839
"dlrm-99": "recommendation",
3940
"dlrm-v2-99": "recommendation",
4041
"dlrm-99.9": "recommendation",
@@ -103,7 +104,7 @@ def preprocess(i):
103104
ii = {'action': 'run',
104105
'automation': 'script',
105106
'tags': 'run,mlperf,inference,submission,checker',
106-
'extra_args': ' --skip-extra-files-in-root-check',
107+
'extra_args': f' --skip-extra-files-in-root-check --skip_compliance --version={version}',
107108
'submission_dir': path}
108109

109110
if len(xenv) > 0:

0 commit comments

Comments
 (0)