diff --git a/README.md b/README.md index 454eca7afd..111817db26 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,12 @@ 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 +## CM script developers -[Grigori Fursin](https://cKnowledge.org/gfursin) and [Arjun Suresh](https://www.linkedin.com/in/arjunsuresh) +Arjun Suresh, Anandhu Sooraj, Grigori Fursin -## Major script developers +## Parent project -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"]