Skip to content

Commit

Permalink
Prevent error in rclone detect
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Feb 2, 2024
1 parent e5619d2 commit 31d64f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cm-mlops/script/get-ml-model-gptj/_cm.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"prehook_deps": [
{
"env": {
"CM_DOWNLOAD_FINAL_ENV_NAME": "GPTJ_CHECKPOINT_PATH",
"CM_EXTRACT_FINAL_ENV_NAME": "GPTJ_CHECKPOINT_PATH",
"CM_EXTRACT_TO_FOLDER": "gpt-j"
},
Expand Down Expand Up @@ -87,7 +88,9 @@
"CM_PACKAGE_URL": "https://cloud.mlcommons.org/index.php/s/QAZ2oM94MkFtbQx/download",
"CM_RCLONE_CONFIG_CMD": "rclone config create mlc-inference s3 provider=LyveCloud access_key_id=0LITLNQMHZALM5AK secret_access_key=YQKYTMBY23TMZHLOYFJKL5CHHS0CWYUC endpoint=s3.us-east-1.lyvecloud.seagate.com",
"CM_RCLONE_URL": "mlc-inference:mlcommons-inference-wg-s3/gpt-j"
},
}
},
"pytorch,fp32,wget": {
"add_deps_recursive": {
"dae": {
"tags": "_extract"
Expand Down

0 comments on commit 31d64f3

Please sign in to comment.