Skip to content

link submit-mlperf-results with generate-mlperf-inference-submission #340

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 2 commits into from
Mar 31, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion script/generate-mlperf-inference-submission/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ deps:
tags: get,mlperf,results,dir,local
- names:
- get-mlperf-submission-dir
skip_if_env:
skip_if_any_env:
MLC_MLPERF_INFERENCE_SUBMISSION_DIR:
- 'on'
MLC_MLPERF_INFERENCE_SUBMISSION_BASE_DIR:
- 'on'
tags: get,mlperf,submission,dir
docker:
mlc_repo: mlcommons@mlperf-automations
Expand Down Expand Up @@ -82,6 +84,7 @@ input_mapping:
submission_base_dir: MLC_MLPERF_INFERENCE_SUBMISSION_BASE_DIR
submission_dir: MLC_MLPERF_INFERENCE_SUBMISSION_DIR
submitter: MLC_MLPERF_SUBMITTER
submitter_id: MLC_MLPERF_SUBMITTER_ID
sw_notes_extra: MLC_MLPERF_SUT_SW_NOTES_EXTRA
tar: MLC_TAR_SUBMISSION_DIR
get_platform_details: MLC_GET_PLATFORM_DETAILS
Expand Down
Loading