From ace98a45ea27c207e86d95532c1c20445b6a86de Mon Sep 17 00:00:00 2001 From: Grigori Fursin Date: Wed, 31 Jan 2024 17:46:59 +0100 Subject: [PATCH] clean up --- cm-mlops/automation/script/template_list_of_scripts.md | 7 ++++++- docs/list_of_scripts.md | 6 +++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/cm-mlops/automation/script/template_list_of_scripts.md b/cm-mlops/automation/script/template_list_of_scripts.md index 932fabd4ff..9158bc8e16 100644 --- a/cm-mlops/automation/script/template_list_of_scripts.md +++ b/cm-mlops/automation/script/template_list_of_scripts.md @@ -15,7 +15,12 @@ natively or inside containers. Click on any automation recipe below to learn how to run and reuse it via CM command line, Python API or GUI. -*CM is a community project being developed and extended by [MLCommons members and individual contributors](../CONTRIBUTING.md) - +CM scripts can easily chained together into automation workflows using `deps` and `tags` keys +while automatically updating all environment variables and paths +for a given task and platform [using simple JSON or YAML](https://github.com/mlcommons/ck/blob/master/cm-mlops/script/app-image-classification-onnx-py/_cm.yaml). + + +*Note that CM is a community project being developed and extended by [MLCommons members and individual contributors](../CONTRIBUTING.md) - you can find source code of CM scripts maintained by MLCommons [here](../cm-mlops/script). Please join [Discord server](https://discord.gg/JjWNWXKxwT) to participate in collaborative developments or provide your feedback.* diff --git a/docs/list_of_scripts.md b/docs/list_of_scripts.md index ed7bcc990a..875cc322ac 100644 --- a/docs/list_of_scripts.md +++ b/docs/list_of_scripts.md @@ -15,7 +15,11 @@ natively or inside containers. Click on any automation recipe below to learn how to run and reuse it via CM command line, Python API or GUI. -*CM is a community project being developed and extended by [MLCommons members and individual contributors](../CONTRIBUTING.md) - +CM scripts can easily chained together into automation workflows using `deps` and `tags` keys +while automatically updating all environment variables and paths +for a given task and platform [using simple JSON or YAML](https://github.com/mlcommons/ck/blob/master/cm-mlops/script/app-image-classification-onnx-py/_cm.yaml). + +*Note that CM is a community project being developed and extended by [MLCommons members and individual contributors](../CONTRIBUTING.md) - you can find source code of CM scripts maintained by MLCommons [here](../cm-mlops/script). Please join [Discord server](https://discord.gg/JjWNWXKxwT) to participate in collaborative developments or provide your feedback.*