From b47208a2a8757cf3707e8fa1ccaa534640c49be2 Mon Sep 17 00:00:00 2001 From: Arjun Suresh Date: Wed, 11 Dec 2024 06:49:45 +0000 Subject: [PATCH] Update README.md --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index b14430699..ea0454c2e 100644 --- a/README.md +++ b/README.md @@ -3,17 +3,10 @@ This repository contains the automations and scripts used to run MLPerf benchmarks, primarily focusing on MLPerf inference benchmarks. The automations used here are largely based on and extended from the [Collective Mind script automations](https://github.com/mlcommons/cm4mlops/tree/main/automation/script). -## Collective Mind (CM) +## Collective Mind (CM) Automations **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 this repository, created by Grigori Fursin and Arjun Suresh and sponsored by OctoML, cKnowledge, cTuning and MLCommons. - -The CM scripts, also housed in this 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