Skip to content

Commit d514694

Browse files
authored
Update test-mlc-script-features.yml
1 parent eae72d8 commit d514694

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-mlc-script-features.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@ jobs:
113113
114114
mlcr --tags=install,python-venv --version=3.10.8 --name=mlperf --quiet
115115
116-
mlcr --tags=run,mlperf,inference,_submission,_short --adr.python.name=mlperf --adr.python.version_min=3.8 --adr.compiler.tags=gcc --adr.openimages-preprocessed.tags=_50 --submitter=MLCommons --implementation=cpp --hw_name=default --model=retinanet --backend=onnxruntime --device=cpu --scenario=Offline --quiet
116+
export MLC_SCRIPT_EXTRA_CMD="--adr.python.name=mlperf"
117+
118+
mlcr --tags=run,mlperf,inference,_submission,_short --adr.python.version_min=3.8 --adr.compiler.tags=gcc --adr.openimages-preprocessed.tags=_50 --submitter=MLCommons --implementation=cpp --hw_name=default --model=retinanet --backend=onnxruntime --device=cpu --scenario=Offline --quiet
117119
118120
# Step for Linux/MacOS
119121
- name: Randomly Execute Step (Linux/MacOS)

0 commit comments

Comments
 (0)