From f0f8ca36be7d8cb34dddd0224f7e12cb86e5625e Mon Sep 17 00:00:00 2001 From: cTuning Date: Wed, 31 May 2023 08:40:15 +0000 Subject: [PATCH] Updated docs --- cm-mlops/script/get-git-repo/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cm-mlops/script/get-git-repo/README.md b/cm-mlops/script/get-git-repo/README.md index 1dd96e9e20..e8d12ae291 100644 --- a/cm-mlops/script/get-git-repo/README.md +++ b/cm-mlops/script/get-git-repo/README.md @@ -200,7 +200,11 @@ ___ * [run.sh](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/get-git-repo/run.sh) 1. Read "posthook_deps" on other CM scripts from [meta](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/get-git-repo/_cm.json) 1. ***Run "postrocess" function from [customize.py](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/get-git-repo/customize.py)*** - 1. Read "post_deps" on other CM scripts from [meta](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/get-git-repo/_cm.json) + 1. ***Read "post_deps" on other CM scripts from [meta](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/get-git-repo/_cm.json)*** + * pull,git,repo + * `if (CM_GIT_REPO_PULL in ['yes', 'True'])` + * CM names: `--adr.['pull-git-repo']...` + - CM script: [pull-git-repo](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/pull-git-repo) ___