Skip to content

Commit efcf323

Browse files
authored
Update README.md
1 parent 7b0d537 commit efcf323

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# MLPerf Automations and Scripts
22

33
[![License](https://img.shields.io/badge/License-Apache%202.0-green)](LICENSE.md)
4-
[![Downloads](https://static.pepy.tech/badge/cm4mlops)](https://pepy.tech/project/cm4mlops)
5-
[![CM Script Automation Test](https://github.com/mlcommons/mlperf-automations/actions/workflows/test-cm-script-features.yml/badge.svg)](https://github.com/mlcommons/mlperf-automations/actions/workflows/test-cm-script-features.yml)
4+
[![Downloads](https://static.pepy.tech/badge/mlcflow)](https://pepy.tech/project/mlcflow)
5+
[![MLC Script Automation Test](https://github.com/mlcommons/mlperf-automations/actions/workflows/test-mlc-script-features.yml/badge.svg)](https://github.com/mlcommons/mlperf-automations/actions/workflows/test-mlc-script-features.yml)
66
[![MLPerf Inference ABTF POC Test](https://github.com/mlcommons/mlperf-automations/actions/workflows/test-mlperf-inference-abtf-poc.yml/badge.svg)](https://github.com/mlcommons/mlperf-automations/actions/workflows/test-mlperf-inference-abtf-poc.yml)
77

8-
Welcome to the **MLPerf Automations and Scripts** repository! This repository provides tools, automations, and scripts to facilitate running MLPerf benchmarks, with a primary focus on **MLPerf Inference benchmarks**.
98

10-
The automations build upon and extend the powerful [Collective Mind (CM) script automations](https://github.com/mlcommons/cm4mlops/tree/main/automation/script) to streamline benchmarking and workflow processes.
9+
Welcome to the **MLPerf Automations and Scripts** repository! This repository is your go-to resource for tools, automations, and scripts designed to streamline the execution of **MLPerf benchmarks**—with a strong emphasis on **MLPerf Inference benchmarks**.
10+
11+
Starting **January 2025**, MLPerf automation scripts are built on the powerful [MLCFlow](https://github.com/mlcommons/mlcflow) automation interface. This modern interface replaces the earlier [Collective Mind (CM)](https://github.com/mlcommons/ck/tree/master/cm), offering a more robust and efficient framework for benchmarking workflows.
1112

1213

1314
---
@@ -16,20 +17,18 @@ The automations build upon and extend the powerful [Collective Mind (CM) script
1617
- **Automated Benchmarking** – Simplifies running MLPerf Inference benchmarks with minimal manual intervention.
1718
- **Modular and Extensible** – Easily extend the scripts to support additional benchmarks and configurations.
1819
- **Seamless Integration** – Compatible with Docker, cloud environments, and local machines.
19-
- **Collective Mind (CM) Integration** – Utilizes the CM framework to enhance reproducibility and automation.
20+
- **MLCFlow (MLC) Integration** – Utilizes the MLC framework to enhance reproducibility and automation.
2021

2122
---
2223

23-
## 🧰 Collective Mind (CM) Automations
24+
## 🧰 MLCFlow (MLC) Automations
2425

25-
The **Collective Mind (CM)** framework is a Python-based package offering both CLI and API support for creating and managing automations. CM automations enhance ML workflows by simplifying complex tasks such as Docker container management and caching.
26+
Building on the foundation of its predecessor, the **Collective Mind (CM)** framework, MLCFlow takes ML workflows to the next level by streamlining complex tasks like Docker container management and caching. The `mlcflow` package, written in Python, provides seamless support through both a command-line interface (CLI) and an API, making it easy to access and manage automation scripts.
2627

2728
### Core Automations
2829
- **Script Automation** – Automates script execution across different environments.
2930
- **Cache Management** – Manages reusable cached results to accelerate workflow processes.
3031

31-
Learn more about CM in the [CM4MLOps documentation](https://github.com/mlcommons/cm4mlops).
32-
3332

3433
---
3534

0 commit comments

Comments
 (0)