From 7f3bd1b66e599ab9031ba70e0c0f182777ba3090 Mon Sep 17 00:00:00 2001 From: Arjun Suresh Date: Tue, 10 Dec 2024 18:16:54 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ba7cea793a..aa311dc3b0 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,13 @@ This repository contains the automations and scripts used to run MLPerf benchmar ## Collective Mind (CM) **CM (Collective Mind)** is a Python package with a CLI and API designed to create and manage automations. Two key automations developed using CM are **Script** and **Cache**, which streamline ML workflows, including managing Docker runs. + The CM Python package was developed by Grigori Fursin. The Script and Cache automations are part of the cm4mlops repository, created by Grigori Fursin and Arjun Suresh and sponsored by OctoML, cKnowledge, cTuning and MLCommons. + The CM scripts, also housed in the cm4mlops repository, are created and maintained by Arjun Suresh and Anandhu Sooraj, and Grigori Fursin with the help of the MLCommons community. **CM CLI:** https://docs.mlcommons.org/ck/specs/cm-cli/ + **Documentation site for MLPerf Inference:** https://docs.mlcommons.org/inference/ ## License