From 0dc28991d2e9e84e1cbe12d1744181fc69f87cb1 Mon Sep 17 00:00:00 2001 From: Grigori Fursin Date: Mon, 9 Dec 2024 10:46:50 +0100 Subject: [PATCH 1/2] started fixing issues from https://github.com/mlcommons/cm4mlops/issues/641 --- README.md | 24 ++++++------------------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 454eca7afd..50e83e9124 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,9 @@ by `yaml` metadata, enabling the creation of robust and flexible ML workflows. - **CM Scripts Documentation**: [https://docs.mlcommons.org/cm4mlops/](https://docs.mlcommons.org/cm4mlops/) - **CM CLI Documentation**: [https://docs.mlcommons.org/ck/specs/cm-cli/](https://docs.mlcommons.org/ck/specs/cm-cli/) -The `mlperf-branch` of the **cm4mlops** repository is dedicated to developments specific to MLPerf Inference. Please submit any pull requests (PRs) to this branch. For more information about using CM for MLPerf Inference, refer to the [MLPerf Inference Documentation](https://docs.mlcommons.org/inference/). +The `mlperf-branch` of the **cm4mlops** repository is dedicated to developments specific to MLPerf Inference. +Please submit any pull requests (PRs) to this branch. For more information about using CM for MLPerf Inference, +refer to the [MLPerf Inference Documentation](https://docs.mlcommons.org/inference/). ## News @@ -39,22 +41,8 @@ The `mlperf-branch` of the **cm4mlops** repository is dedicated to developments ## CM concepts -Check the [ACM REP'23 keynote](https://doi.org/10.5281/zenodo.8105339). +Check our [ACM REP'23 keynote](https://doi.org/10.5281/zenodo.8105339) and the [white paper](https://arxiv.org/abs/2406.16791). -## CM4MLOps authors +## Parent project -[Grigori Fursin](https://cKnowledge.org/gfursin) and [Arjun Suresh](https://www.linkedin.com/in/arjunsuresh) - -## Major script developers - -Arjun Suresh, Anandhu S, Grigori Fursin - -## Funding - -We thank [cKnowledge.org](https://cKnowledge.org), [cTuning foundation](https://cTuning.org) -and [MLCommons](https://mlcommons.org) for sponsoring this project! - -## Acknowledgments - -We thank all [volunteers, collaborators and contributors](https://github.com/mlcommons/cm4mlops/graphs/contributors) -for their support, fruitful discussions, and useful feedback! +Visit the [parent Collective Knowledge project](https://github.com/mlcommons/ck) for further details. diff --git a/pyproject.toml b/pyproject.toml index e55cac00a6..c05abc8ab1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,2 +1,2 @@ [build-system] -requires = ["setuptools>=60", "wheel", "cmind @ git+https://git@github.com/mlcommons/ck.git@084d4d6171a6e7ae9582a63777fbd19afa19947a#egg=cmind&subdirectory=cm"] +requires = ["setuptools>=60", "wheel", "cmind"] From 676942e15252f2669e1c25d336ce52a2e4687e82 Mon Sep 17 00:00:00 2001 From: Grigori Fursin Date: Mon, 9 Dec 2024 10:49:13 +0100 Subject: [PATCH 2/2] update --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 50e83e9124..111817db26 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,10 @@ refer to the [MLPerf Inference Documentation](https://docs.mlcommons.org/inferen Check our [ACM REP'23 keynote](https://doi.org/10.5281/zenodo.8105339) and the [white paper](https://arxiv.org/abs/2406.16791). +## CM script developers + +Arjun Suresh, Anandhu Sooraj, Grigori Fursin + ## Parent project Visit the [parent Collective Knowledge project](https://github.com/mlcommons/ck) for further details.