-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revisited automatically generated READMEs for CM scripts (automation …
…recipes) based on user feedback: #1169
- Loading branch information
1 parent
a05db96
commit 5d27bc0
Showing
272 changed files
with
12,009 additions
and
14,898 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
*This README is automatically generated - don't edit! Use `README-extra.md` for extra notes!* | ||
|
||
### Automation actions | ||
|
||
#### test | ||
|
||
* CM CLI: ```cm test cfg``` ([add flags (dict keys) from this API](https://github.com/mlcommons/ck/tree/master/cm-mlops/automation/cfg/module.py#L15)) | ||
* CM CLI with UID: ```cm test cfg,88dce9c160324c5d``` ([add flags (dict keys) from this API](https://github.com/mlcommons/ck/tree/master/cm-mlops/automation/cfg/module.py#L15)) | ||
* CM Python API: | ||
```python | ||
import cmind | ||
|
||
r=cm.access({ | ||
'action':'test' | ||
'automation':'cfg,88dce9c160324c5d' | ||
'out':'con' | ||
``` | ||
[add keys from this API](https://github.com/mlcommons/ck/tree/master/cm-mlops/automation/cfg/module.py#L15) | ||
```python | ||
}) | ||
if r['return']>0: | ||
print(r['error']) | ||
``` | ||
|
||
### Maintainers | ||
|
||
* [Open MLCommons taskforce on automation and reproducibility](https://cKnowledge.org/mlcommons-taskforce) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.