Skip to content

Commit

Permalink
UFix docker_rel_run for mlperf implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Mar 13, 2024
1 parent 87696d6 commit 0527742
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cm-mlops/script/app-mlperf-inference-dummy/_cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,3 +287,5 @@ variations:
fp32:
group: precision

docker:
docker_real_run: False
3 changes: 3 additions & 0 deletions cm-mlops/script/app-mlperf-inference-nvidia/_cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1459,3 +1459,6 @@ variations:
a100,sxm,dlrm_,offline,run_harness:
default_variations:
batch-size: batch_size.1400

docker:
docker_real_run: False
3 changes: 3 additions & 0 deletions cm-mlops/script/app-mlperf-inference-qualcomm/_cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -770,3 +770,6 @@ variations:
rb6,retinanet,multistream:
env:
qaic_activation_count: "8"

docker:
docker_real_run: False

0 comments on commit 0527742

Please sign in to comment.