Skip to content

Fixes for rgat submission generation #52

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Dec 13, 2024
1 change: 1 addition & 0 deletions script/get-dataset-mlperf-inference-igbh/_cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ deps:
- tags: get,generic-python-lib,_package.colorama
- tags: get,generic-python-lib,_package.tqdm


prehook_deps:
#paper
- env:
Expand Down
2 changes: 1 addition & 1 deletion script/run-mlperf-inference-app/_cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ variations:
tags: _version.r4_0-dev

r4.1-dev:
default: true
env:
CM_MLPERF_INFERENCE_VERSION: '4.1-dev'
CM_RUN_MLPERF_INFERENCE_APP_DEFAULTS: r4.1-dev_default
Expand Down Expand Up @@ -355,6 +354,7 @@ variations:
group: benchmark-version

r5.0-dev:
default: true
env:
CM_MLPERF_INFERENCE_VERSION: '5.0-dev'
CM_RUN_MLPERF_INFERENCE_APP_DEFAULTS: r5.0-dev_default
Expand Down
Loading