You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a collection of portable, extensible and technology-agnostic automation recipes
27
-
with a human-friendly interface (aka CM scripts) to unify and automate all the manual steps required to compose, run, benchmark and optimize complex ML/AI applications
27
+
with a common CLI and Python API (CM scripts) to unify and automate
28
+
all the manual steps required to compose, run, benchmark and optimize complex ML/AI applications
28
29
on diverse platforms with any software and hardware: see [online catalog at CK playground](https://access.cknowledge.org/playground/?action=scripts),
Copy file name to clipboardExpand all lines: cm/README.md
+12-10Lines changed: 12 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -9,18 +9,20 @@
9
9
10
10
### About
11
11
12
-
Collective Mind (CM) is a small, modular, cross-platform and decentralized workflow automation framework
13
-
with a human-friendly interface to make it easier to build, run, benchmark and optimize applications
14
-
across diverse models, data sets, software and hardware.
12
+
Collective Mind (CM) is a small[Python package](https://pypi.org/project/cmind)
13
+
with a unified CLI and API designed for creating and managing
14
+
portable and technology-agnostic automations for MLOps, DevOps and ResearchOps.
15
15
16
+
It is intended to make it easier to build, run, benchmark and optimize applications
17
+
across diverse models, data sets, software and hardware.
18
+
16
19
CM is a part of [Collective Knowledge (CK)](https://github.com/mlcommons/ck) -
17
-
an educational community project to learn how to run emerging workloads
20
+
an educational community project to learn how to run AI, ML and other emerging workloads
18
21
in the most efficient and cost-effective way across diverse
19
-
and continuously changing systems.
22
+
and continuously changing systems using the MLPerf benchmarking methodology.
20
23
21
-
CM includes a collection of portable, extensible and technology-agnostic automation recipes
22
-
with a common API and CLI (aka CM scripts) to unify and automate different steps
23
-
required to compose, run, benchmark and optimize complex ML/AI applications
24
+
CM includes a [collection of portable, extensible and technology-agnostic automation recipes](https://access.cknowledge.org/playground/?action=scripts)
25
+
(aka CM scripts) to unify and automate different steps required to compose, run, benchmark and optimize complex ML/AI applications
24
26
on any platform with any software and hardware.
25
27
26
28
CM scripts extend the concept of `cmake` with simple Python automations, native scripts
@@ -44,9 +46,9 @@ from Nvidia, Intel, AMD, Google, Qualcomm, Amazon and other vendors:
44
46
and simple JSON/YAML descriptions instead of inventing new workflow languages;
45
47
* must have the same interface to run all automations natively, in a cloud or inside containers.
0 commit comments