Skip to content

Commit

Permalink
Support download path for mlcommons large models
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Feb 28, 2024
1 parent 7d3b661 commit 8318d57
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion cm-mlops/script/get-ml-model-dlrm-terabyte/_cm.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
"CM_ML_MODEL_*"
],
"input_mapping": {
"dir": "CM_DOWNLOAD_PATH"
"dir": "CM_DOWNLOAD_PATH",
"download_path": "CM_DOWNLOAD_PATH",
"to": "CM_DOWNLOAD_PATH"
},
"tags": [
"get",
Expand Down
4 changes: 3 additions & 1 deletion cm-mlops/script/get-ml-model-gptj/_cm.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"CM_ML_MODEL_WEIGHT_TRANSFORMATIONS": "no"
},
"input_mapping": {
"checkpoint": "GPTJ_CHECKPOINT_PATH"
"checkpoint": "GPTJ_CHECKPOINT_PATH",
"download_path": "CM_DOWNLOAD_PATH",
"to": "CM_DOWNLOAD_PATH"
},
"new_env_keys": [
"CM_ML_MODEL_*",
Expand Down
3 changes: 2 additions & 1 deletion cm-mlops/script/get-ml-model-stable-diffusion/_cm.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"input_mapping": {
"checkpoint": "SDXL_CHECKPOINT_PATH",
"download_path": "CM_DOWNLOAD_PATH"
"download_path": "CM_DOWNLOAD_PATH",
"to": "CM_DOWNLOAD_PATH"
},
"new_env_keys": [
"CM_ML_MODEL_*",
Expand Down

0 comments on commit 8318d57

Please sign in to comment.