Skip to content

Commit

Permalink
Added better default values for test QPS for large mlperf inference m…
Browse files Browse the repository at this point in the history
…odels
  • Loading branch information
arjunsuresh committed Jul 2, 2024
1 parent 3826598 commit e888ddc
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
3 changes: 3 additions & 0 deletions script/app-mlperf-inference-mlcommons-python/_cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -934,6 +934,9 @@ variations:
- tags: get,generic-python-lib,_package.nltk
names:
- nltk
- tags: get,generic-python-lib,_package.numpy
names:
- numpy
- tags: get,generic-python-lib,_package.rouge-score
names:
- rouge-score
Expand Down
7 changes: 5 additions & 2 deletions script/app-mlperf-inference/_cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,7 @@ variations:
3d-unet_:
env:
CM_MLPERF_MODEL_EQUAL_ISSUE_MODE: 'yes'
CM_MLPERF_INFERENCE_TEST_QPS: "0.01"
posthook_deps:
- enable_if_env:
CM_MLPERF_LOADGEN_MODE:
Expand All @@ -541,8 +542,8 @@ variations:
group:
model
env:
CM_MODEL:
stable-diffusion-xl
CM_MODEL: stable-diffusion-xl
CM_MLPERF_INFERENCE_TEST_QPS: "0.05"
default_variations:
precision: float16
device: cuda
Expand All @@ -567,6 +568,7 @@ variations:
llama2-70b_:
env:
CM_MLPERF_MODEL_EQUAL_ISSUE_MODE: 'yes'
CM_MLPERF_INFERENCE_TEST_QPS: "0.01"
posthook_deps:
- enable_if_env:
CM_MLPERF_LOADGEN_MODE:
Expand Down Expand Up @@ -1359,6 +1361,7 @@ docker:
- "${{ CM_MLPERF_INFERENCE_RESULTS_DIR }}:${{ CM_MLPERF_INFERENCE_RESULTS_DIR }}"
- "${{ CM_MLPERF_INFERENCE_SUBMISSION_DIR }}:${{ CM_MLPERF_INFERENCE_SUBMISSION_DIR }}"
- "${{ GPTJ_CHECKPOINT_PATH }}:${{ GPTJ_CHECKPOINT_PATH }}"
- "${{ LLAMA2_CHECKPOINT_PATH }}:${{ LLAMA2_CHECKPOINT_PATH }}"
- "${{ DLRM_DATA_PATH }}:/home/mlperf_inf_dlrmv2"
skip_run_cmd: 'no'
shm_size: '32gb'
Expand Down
3 changes: 3 additions & 0 deletions script/get-ml-model-llama2/_cm.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"input_mapping": {
"checkpoint": "LLAMA2_CHECKPOINT_PATH"
},
"docker": {
"real_run": false
},
"new_env_keys": [
"CM_ML_MODEL_*",
"LLAMA2_CHECKPOINT_PATH"
Expand Down
3 changes: 3 additions & 0 deletions script/get-preprocessed-dataset-openorca/_cm.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,8 @@
},
"group": "dataset-type"
}
},
"docker": {
"real_run": false
}
}

0 comments on commit e888ddc

Please sign in to comment.