Skip to content
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

Added pull_inference_changes support to run-mlperf-inference-app #66

Merged
merged 1 commit into from
Dec 21, 2024
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
10 changes: 5 additions & 5 deletions script/run-mlperf-inference-app/_cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,11 @@ deps:
- inference-src
tags: get,mlcommons,inference,src
- tags: pull,git,repo
env:
CM_GIT_CHECKOUT_PATH: '<<<CM_MLPERF_INFERENCE_SOURCE>>>'
enable_if_env:
CM_MLPERF_INFERENCE_PULL_SRC_CHANGES:
- 'yes'
env:
CM_GIT_CHECKOUT_PATH: '<<<CM_MLPERF_INFERENCE_SOURCE>>>'
enable_if_env:
CM_MLPERF_INFERENCE_PULL_SRC_CHANGES:
- 'yes'
- tags: get,sut,description
skip_if_env:
CM_MLPERF_USE_DOCKER: [ on ]
Expand Down
Loading