Skip to content

Commit

Permalink
Support pull_inference_changes in run-mlperf-inference-app (#65)
Browse files Browse the repository at this point in the history
* Update test-scc24-sdxl.yaml

* Update test-nvidia-mlperf-inference-implementations.yml

* Added pull_inference_changes support to run-mlperf-inference-app
  • Loading branch information
arjunsuresh authored Dec 21, 2024
1 parent 26cf833 commit 7f48c88
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: MLPerf Inference Nvidia implementations

on:
schedule:
- cron: "08 13 * * *" #to be adjusted
- cron: "08 23 * * *" #to be adjusted

jobs:
run_nvidia:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-scc24-sdxl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: MLPerf inference SDXL (SCC)

on:
schedule:
- cron: "56 12 * * *"
- cron: "56 22 * * *"

jobs:
build_reference:
Expand Down
6 changes: 6 additions & 0 deletions script/run-mlperf-inference-app/_cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,12 @@ deps:
- names:
- 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'
- tags: get,sut,description
skip_if_env:
CM_MLPERF_USE_DOCKER: [ on ]
Expand Down

0 comments on commit 7f48c88

Please sign in to comment.