Skip to content

Commit

Permalink
skip model and dataset download if env variable is set
Browse files Browse the repository at this point in the history
  • Loading branch information
anandhu-eng authored Sep 30, 2024
1 parent 20a47af commit 8d942a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions script/app-mlperf-inference-nvidia/_cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ deps:
- on
CM_RUN_STATE_DOCKER:
- 'yes'
CM_MLPERF_MODEL_DLRM_SKIP_DOWNLOAD:
- 'yes'
names:
- criteo-preprocessed
tags: get,dataset,preprocessed,criteo
Expand All @@ -180,6 +182,8 @@ deps:
- on
CM_RUN_STATE_DOCKER:
- 'yes'
CM_MLPERF_MODEL_DLRM_SKIP_DOWNLOAD:
- 'yes'
names:
- dlrm-model
tags: get,ml-model,dlrm,_pytorch
Expand Down

0 comments on commit 8d942a8

Please sign in to comment.