Click here to see the table of contents.
Note that this README is automatically generated - don't edit! Use README-extra.md
to add more info.
- Category: Legacy CK support.
- CM GitHub repository: mlcommons@ck
- GitHub directory for this script: GitHub
- CM meta description for this script: _cm.json
- CM "database" tags to find this script: get,ck-repo,mlops,ck-repo-mlops
- Output cached?: False
cm pull repo mlcommons@ck
cm run script --help
-
cm run script --tags=get,ck-repo,mlops,ck-repo-mlops
-
cm run script "get ck-repo mlops ck-repo-mlops"
-
cm run script d3a619b8186e4f74
Click here to expand this section.
import cmind
r = cmind.access({'action':'run'
'automation':'script',
'tags':'get,ck-repo,mlops,ck-repo-mlops'
'out':'con',
...
(other input keys for this script)
...
})
if r['return']>0:
print (r['error'])
cm run script --tags=gui --script="get,ck-repo,mlops,ck-repo-mlops"
Use this online GUI to generate CM CMD.
TBD
Click here to expand this section.
These keys can be updated via --env.KEY=VALUE
or env
dictionary in @input.json
or using script flags.
Click here to expand this section.
- Read "deps" on other CM scripts from meta
- get,ck
- CM script: get-ck
- get,ck
- Run "preprocess" function from customize.py
- Read "prehook_deps" on other CM scripts from meta
- Run native script if exists
- Read "posthook_deps" on other CM scripts from meta
- Run "postrocess" function from customize.py
- Read "post_deps" on other CM scripts from meta