Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixing issues from #641 #642

Merged
merged 3 commits into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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://git@github.com/mlcommons/ck.git@084d4d6171a6e7ae9582a63777fbd19afa19947a#egg=cmind&subdirectory=cm"]
requires = ["setuptools>=60", "wheel", "cmind"]
Loading