diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6a3e3574a..e012953e8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,10 +18,14 @@ Collective Knowledge (CK) and Collective Mind (CM) were created by [Grigori Fursin](https://arxiv.org/abs/2406.16791), sponsored by cKnowledge.org and cTuning.org, and donated to MLCommons to benefit everyone. Since then, this open-source automation technology -(CM/CMX, CM4MLOps, CM4ABTF, CM4Research, etc) is being extended +(CM/CMX, CM4MLOps/CM4MLPerf, CM4ABTF, CM4Research, etc) is being extended as a community effort thanks to all our volunteers, collaborators and contributors listed here in alphabetical order: +* @Henryfzh +* @Leonard226 +* @Oseltamivir +* @Submandarine * Resmi Arjun * Omar Benjelloun (Google) * Alice Cheng (Nvidia) diff --git a/README.md b/README.md index 9959803e0..5ff26b532 100755 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ CK consists of several sub-projects: ### Maintainers -* CM/CM4Research: [Grigori Fursin](https://cKnowledge.org/gfursin) +* CM/CM4Research/CM4MLPerf-results: [Grigori Fursin](https://cKnowledge.org/gfursin) * CM4MLOps: [Arjun Suresh](https://github.com/arjunsuresh) and [Anandhu Sooraj](https://github.com/anandhu-eng) * CMX (the next generation of CM) [Grigori Fursin](https://cKnowledge.org/gfursin) diff --git a/cm4mlops/README.md b/cm4mlops/README.md index fd10f6116..afc374684 100644 --- a/cm4mlops/README.md +++ b/cm4mlops/README.md @@ -1 +1,5 @@ -Development repository: https://github.com/mlcommons/cm4mlops +Development repositories: +* https://github.com/mlcommons/cm4mlops + +Deprecated: +* https://github.com/mlcommons/ck-mlops diff --git a/cm4mlperf/README.md b/cm4mlperf/README.md new file mode 100644 index 000000000..15c19d819 --- /dev/null +++ b/cm4mlperf/README.md @@ -0,0 +1,4 @@ +Development repositories: +* https://github.com/mlcommons/cm4mlperf-results +* https://github.com/mlcommons/cm4mlperf-inference +* https://github.com/mlcommons/cm4mlops/tree/mlperf-inference diff --git a/docs/index.md b/docs/index.md index a972b6da3..32d46ee88 120000 --- a/docs/index.md +++ b/docs/index.md @@ -1 +1 @@ -../cm/README.md \ No newline at end of file +../README.md \ No newline at end of file diff --git a/docs/tests.md b/docs/tests.md new file mode 100644 index 000000000..53de4fb89 --- /dev/null +++ b/docs/tests.md @@ -0,0 +1 @@ +# TESTS diff --git a/mkdocs.yml b/mkdocs.yml index 5fe16a7ee..0b2dbe75b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,4 @@ -site_name: Collective Mind Documentation +site_name: Collective Knowledge Documentation repo_url: https://github.com/mlcommons/ck theme: name: material @@ -19,13 +19,15 @@ theme: - navigation.top - toc.follow nav: - - Install: - - install/index.md - - Documentation: - - CM CLI: specs/cm-cli.md + - HOME: index.md + - CM: + - Summary: cm/README.md - Getting Started: getting-started.md - - Release Notes: - - What's New: news.md + - CM installation: install/index.md + - CM CLI: specs/cm-cli.md + - Releases: + - CM/CMX releases: https://github.com/mlcommons/ck/releases + - CK/CM/CMX news: news.md markdown_extensions: - pymdownx.tasklist: