Skip to content

Commit

Permalink
Merge pull request #642 from ctuning/main
Browse files Browse the repository at this point in the history
fixing issues from #641
  • Loading branch information
ctuning-admin authored Dec 9, 2024
2 parents 63b6008 + 676942e commit 76931d2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 17 deletions.
24 changes: 8 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[build-system]
requires = ["setuptools>=60", "wheel", "cmind @ git+https://[email protected]/mlcommons/ck.git@084d4d6171a6e7ae9582a63777fbd19afa19947a#egg=cmind&subdirectory=cm"]
requires = ["setuptools>=60", "wheel", "cmind"]

0 comments on commit 76931d2

Please sign in to comment.