Skip to content

Commit

Permalink
Merge branch 'mlcommons:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin authored May 30, 2023
2 parents ce862f1 + 45d6faa commit 0967211
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions cm-mlops/script/download-and-extract/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,13 +184,11 @@ ___
* download,file
* `if (CM_DAE_DOWNLOAD_USING_TORRENT not in ['yes', 'True'])`
* CM names: `--adr.['download-script']...`
- CM script: [download-and-extract](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/download-and-extract)
- CM script: [download-file](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/download-file)
1. ***Run native script if exists***
1. ***Read "posthook_deps" on other CM scripts from [meta](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/download-and-extract/_cm.json)***
* extract,file
* `if (CM_DAE_EXTRACT_DOWNLOADED in ['yes', 'True'])`
- CM script: [download-and-extract](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/download-and-extract)
- CM script: [extract-file](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/extract-file)
1. ***Run "postrocess" function from [customize.py](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/download-and-extract/customize.py)***
1. Read "post_deps" on other CM scripts from [meta](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/download-and-extract/_cm.json)
Expand Down
1 change: 0 additions & 1 deletion cm-mlops/script/get-dataset-imagenet-val/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ ___
- CM script: [download-and-extract](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/download-and-extract)
* file,extract
* `if (CM_DAE_ONLY_EXTRACT in ['yes', 'True'])`
- CM script: [download-and-extract](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/download-and-extract)
- CM script: [extract-file](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/extract-file)
1. ***Run native script if exists***
* [run.bat](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/get-dataset-imagenet-val/run.bat)
Expand Down

0 comments on commit 0967211

Please sign in to comment.