Skip to content

Commit

Permalink
Updation for dlrm model and dataset download enable condition
Browse files Browse the repository at this point in the history
  • Loading branch information
anandhu-eng authored Oct 1, 2024
1 parent 332ec61 commit 09bc50a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion script/app-mlperf-inference-nvidia/_cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,11 @@ deps:
- dlrm-v2-99.9
skip_if_any_env:
DLRM_DATA_PATH:
- 'on'
- on
CM_RUN_STATE_DOCKER:
- 'yes'
- True
- 'True'
names:
- criteo-preprocessed
tags: get,dataset,preprocessed,criteo
Expand All @@ -180,6 +182,8 @@ deps:
- on
CM_RUN_STATE_DOCKER:
- 'yes'
- True
- 'True'
names:
- dlrm-model
tags: get,ml-model,dlrm,_pytorch
Expand Down

0 comments on commit 09bc50a

Please sign in to comment.