diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 35ccfbc5ba..79d407acdf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,9 +1 @@ -## Contributing - -The best way to contribute to the MLCommons is to get involved with one of our many project communities. You find more information about getting involved with MLCommons [here](https://mlcommons.org/en/get-involved/#getting-started). - -Generally we encourage people to become a MLCommons member if they wish to contribute to MLCommons projects, but outside pull requests are very welcome too. - -To get started contributing code, you or your organization needs to sign the MLCommons CLA found at the [MLC policies page](https://mlcommons.org/en/policies/). Once you or your organization has signed the corporate CLA, please fill out this [CLA sign up form](https://forms.gle/Ew1KkBVpyeJDuRw67) form to get your specific GitHub handle authorized so that you can start contributing code under the proper license. - -MLCommons project work is tracked with issue trackers and pull requests. Modify the project in your own fork and issue a pull request once you want other developers to take a look at what you have done and discuss the proposed changes. Ensure that cla-bot and other checks pass for your Pull requests. +https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md diff --git a/COPYRIGHT.md b/COPYRIGHT.md new file mode 100644 index 0000000000..5aa453ab8c --- /dev/null +++ b/COPYRIGHT.md @@ -0,0 +1,5 @@ +# Copyright Notice + +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone and continue development as a community effort. diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt deleted file mode 100644 index 7b62e067df..0000000000 --- a/COPYRIGHT.txt +++ /dev/null @@ -1,5 +0,0 @@ -Copyright (c) 2021-2024 MLCommons - -Grigori Fursin, the cTuning foundation and OctoML donated this project to MLCommons to benefit everyone. - -Copyright (c) 2014-2021 cTuning foundation diff --git a/HISTORY.md b/HISTORY.md new file mode 100644 index 0000000000..4921bc0b9b --- /dev/null +++ b/HISTORY.md @@ -0,0 +1,127 @@ +This document narrates the history of the creation and design of CM, CM4MLOps and MLPerf automations (also known as CK2) +by [Grigori Fursin](https://cKnowledge.org/gfursin). It also highlights the donation of this open-source technology to MLCommons, +aimed at benefiting the broader community and fostering its ongoing development as a collaborative, community-driven initiative: + +* Jan 28, 2021: After delivering an invited ACM TechTalk'21 about the Collective Knowledge framework (CK1) + and reproducibility initiatives for conferences, as well as CK-MLOps and MLPerf automations, + Grigori received useful feedback and suggestions for improvements to workflow automations: + https://learning.acm.org/techtalks/reproducibility. + + Following this, Grigori began prototyping CK2 (later CM) to streamline CK1, CK-MLOps and MLPerf benchmarking. + The goal was to dramatically simplify CK1 workflows by introducing just a few core and portable automations, + which eventually evolved into `CM script` and `CM cache`. + + At that time, the cTuning foundation hosted CK1 and all the prototypes for the CM framework at https://github.com/ctuning/ck: + [ref1](https://github.com/mlcommons/ck/commit/9e57934f4999db23052531e92160772ab831463a), + [ref2](https://github.com/mlcommons/ck/tree/9e57934f4999db23052531e92160772ab831463a), + [ref3](https://github.com/mlcommons/ck/tree/9e57934f4999db23052531e92160772ab831463a/incubator). + +* Sep 23, 2021: donated CK1, CK-MLOps, MLPerf automations and early prototypes of CM from the cTuning repository to MLCommons: + [ref1](https://web.archive.org/web/20240803140223/https://octo.ai/blog/octoml-joins-the-community-effort-to-democratize-mlperf-inference-benchmarking), + [ref2](https://github.com/mlcommons/ck/tree/228f80b0bf44610c8244ff0c3f6bec5bbd25aa6c/incubator), + [ref3](https://github.com/mlcommons/ck/tree/695c3843fd8121bbdde6c453cd6ec9503986b0c6?tab=readme-ov-file#author-and-coordinator), + [ref4](https://github.com/mlcommons/ck/tree/master/ck), + [ref5](https://github.com/mlcommons/ck-mlops). + + Prepared MLCommons proposal for the creation of the [MLCommons Task Force on Automation and Reproducibility](https://github.com/mlcommons/ck/blob/master/docs/taskforce.md), + aimed at fostering community-driven support for CK and CM developments to benefit everyone. + +* Jan, 2022: hired Arjun Suresh at OctoML to support and maintain CK1 framework and help prepare OctoML's MLPerf submissions using CK1. + Meanwhile, transitioned to focusing on CM and CM-MLOps development, building upon the prototypes created in 2021. + +* Mar 1, 2022: started developing cm-mlops: [ref](https://github.com/octoml/cm-mlops/commit/0ae94736a420dfa84f7417fc62d323303b8760c6). + +* Mar 24, 2022: after successfully stabilizing the initial prototype of CM, donated it to MLCommons to benefit the entire community: + [ref1](https://github.com/mlcommons/ck/tree/c7918ad544f26b6c499c2fc9c07431a9640fca5a/ck2), + [ref2](https://github.com/mlcommons/ck/tree/c7918ad544f26b6c499c2fc9c07431a9640fca5a/ck2#coordinators), + [ref3](https://github.com/mlcommons/ck/commit/3c146cb3c75a015363f7a96758adf6dcc43032d6), + [ref4](https://github.com/mlcommons/ck/commit/3c146cb3c75a015363f7a96758adf6dcc43032d6#diff-d97f0f6f5a32f16d6ed18b9600ffc650f7b25512685f7a2373436c492c6b52b3R48). + +* Apr 6, 2022: started transitioning previous MLOps and MLPerf automations from the mlcommons/ck-mlops format + to the new CM format using the cm-mlops repository (will be later renamed to cm4mlops): + [ref1](https://github.com/octoml/cm-mlops/commit/d1efdc30fb535ce144020d4e88f3ed768c933176), + [ref2](https://github.com/octoml/cm-mlops/blob/d1efdc30fb535ce144020d4e88f3ed768c933176/CONTRIBUTIONS). + +* Apr 22, 2022: began architecting "Intelligent Components" in the CM-MLOps repository, + which will be renamed to `CM Script` at a later stage: + [ref1](https://github.com/octoml/cm-mlops/commit/b335c609c47d2c547afe174d9df232652d57f4f8), + [ref2](https://github.com/octoml/cm-mlops/tree/b335c609c47d2c547afe174d9df232652d57f4f8), + [ref3](https://github.com/octoml/cm-mlops/blob/b335c609c47d2c547afe174d9df232652d57f4f8/CONTRIBUTIONS). + + At the same time, prototyped other core CM automations, including IC, Docker, and Experiment: + [ref1](https://github.com/octoml/cm-mlops/tree/b335c609c47d2c547afe174d9df232652d57f4f8/automation), + [ref2](https://github.com/mlcommons/ck/commits/master/?before=7f66e2438bfe21b4ce2d08326a5168bb9e3132f6+7001). + +* Apr 28, 2022: donated CM-MLOps to MLCommons, which was later renamed to CM4MLOps: + [ref](https://github.com/mlcommons/ck/commit/456e4861056c0e39c4d689c03da91f90a44be058). + +* May 9, 2022: developed the initial set of core IC automations for MLOps (aka CM scripts): + [ref1](https://github.com/octoml/cm-mlops/commit/4a4a027f4088ce7e7abcec29c39d98981bf09d4c), + [ref2](https://github.com/octoml/cm-mlops/tree/4a4a027f4088ce7e7abcec29c39d98981bf09d4c), + [ref3](https://github.com/octoml/cm-mlops/blob/7692240becd6397a96c3975388913ea082002e7a/CONTRIBUTIONS). + +* May 11, 2022: After successfully prototyping CM and CM-MLOps, deprecated the CK1 framework in favor of CM. + Transferred Arjun Suresh to the CM project as a maintainer and tester for CM and CM-MLOps: + [ref](https://github.com/octoml/cm-mlops/blob/17405833665bc1e93820f9ff76deb28a0f543bdb/CONTRIBUTIONS). + + Created a [file](https://github.com/mlcommons/ck/blob/master/cm-mlops/CHANGES.md) + to document and track our public developments at MLCommons. + +* Jun 8, 2022: renamed the 'IC' automation to the more intuitive 'CM script' automation. + [ref1](https://github.com/mlcommons/ck/tree/5ca4e2c33e58a660ac20a545d8aa5143ab6e8e81/cm-devops/automation/script), + [ref2](https://github.com/mlcommons/ck/tree/5ca4e2c33e58a660ac20a545d8aa5143ab6e8e81), + [ref3](https://github.com/octoml/cm-mlops/commit/7910fb7ffc62a617d987d2f887d6f9981ff80187). + +* Jun 16, 2022: prototyped the `CM cache` automation to facilitate caching and reuse of the outputs from CM scripts: + [ref1](https://github.com/mlcommons/ck/commit/1f81aae8cebd5567ec4ca55f693beaf32b49fb48), + [ref2](https://github.com/mlcommons/ck/tree/1f81aae8cebd5567ec4ca55f693beaf32b49fb48), + [ref3](https://github.com/mlcommons/ck/tree/1f81aae8cebd5567ec4ca55f693beaf32b49fb48?tab=readme-ov-file#contacts). + +* Sep 6, 2022: delivered CM demo to run MLPerf while deprecating CK1 automations for MLPerf: + [ref1](https://github.com/mlcommons/ck/commit/2c5d5c5c944ae5f252113c62af457c7a4c5e877a#diff-faac2c4ecfd0bfb928dafc938d3dad5651762fbb504a2544752a337294ee2573R224), + [ref2](https://github.com/mlcommons/ck/blob/2c5d5c5c944ae5f252113c62af457c7a4c5e877a/CONTRIBUTING.md#author-and-coordinator). + + Welcomed Arjun Suresh as a contributor to CM automations for MLPerf: [ref](https://github.com/mlcommons/ck/blob/2c5d5c5c944ae5f252113c62af457c7a4c5e877a/CONTRIBUTING.md#contributors-in-alphabetical-order). + +* From September 2022: coordinated community development of CM and CM4MLOps + to [modularize and automate MLPerf benchmarks](https://docs.mlcommons.org/inference) + and support [reproducibility initiatives at ML and Systems conferences](https://cTuning.or/ae) + through the [MLCommons Task Force on Automation and Reproducibility](https://github.com/mlcommons/ck/blob/master/docs/taskforce.md). + + * Directed and financed the creation of (CM) automations to streamline the MLPerf power measurement processes. + + * Proposed to use MLPerf benchmarks for the Student Cluster Competition, led the developments + and prepared a tutorial to run MLPerf inference at SCC'22 via CM: [ref](https://github.com/mlcommons/ck/blob/master/docs/tutorials/sc22-scc-mlperf.md) + +* April 2023: departed OctoML to focus on the development of the [CK playground](https://access.cKnowledge.org) and CM automations + to make Mlperf accessible to everyone. Hired Arjun Suresh to help with developments. + + * Initiated and funded development of the [MLPerf explorer](https://github.com/ctuning/q2a-mlperf-visualizer) + to improve visualization of results + +* August 2023: organized the 1st mass-scale MLPerf community submission of 12217 inference benchmark v3.1 results + out of total 13351 results (including 90% of all power results) across diverse models, software and hardware + from different vendors via [open challenges](https://access.cknowledge.org/playground/?action=challenges) funded by cTuning.org : + [LinkedIn article](https://www.linkedin.com/pulse/new-milestone-make-mlperf-benchmarks-accessible-everyone-fursin/) + with results visualized by the [MLPerf explorer](https://github.com/ctuning/q2a-mlperf-visualizer), + [CM4MLOps challenges at GitHub](https://github.com/mlcommons/cm4mlops/tree/main/challenge). + +* February, 2024: proposed to use CM to automate [MLPerf automotive benchmark (ABTF)](https://mlcommons.org/working-groups/benchmarks/automotive/). + + * moved my prototypes of the CM automation for ABTF to cm4abtf repo: [ref](https://github.com/mlcommons/cm4abtf/commit/f92b9f464de89a38a4bde149290dede2d94c8631) + * led further CM4ABTF developments funded by cTuning.org. + +* Starting in April 2024, began the gradual transfer of ongoing maintenance and enhancement + responsibilities for CM and CM4MLOps, including MLPerf automations, to MLCommons. + Welcomed Anandhu Sooraj as a maintainer and contributor to CM4MLOps with MLPerf automations. + +* Took a break from all development activities. + +* July 2024: started prototyping the next generation of CM (CMX and CMX4MLOps) with simpler interfaces + based on user feedback while maintaining backward compatibility. + +* 2025: continue developing CMX and CMX4MLOPs to make it easier to run and customize MLPerf inference, training + and other benchmarks across diverse models, datasets, software and hardware. + +For more details, please refer to the [white paper](https://arxiv.org/abs/2406.16791) +and the [ACM REP'23 keynote](https://doi.org/10.5281/zenodo.8105339). diff --git a/README.md b/README.md index 111817db26..49bd226a87 100644 --- a/README.md +++ b/README.md @@ -31,14 +31,24 @@ The `mlperf-branch` of the **cm4mlops** repository is dedicated to developments 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 - -* [Ongoing Discussions](https://github.com/mlcommons/cm4mlops/discussions) - ## License [Apache 2.0](LICENSE.md) +## Copyright + +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone and encourage collaborative development. + +## Maintainer(s) + +* MLCommons + +## CM author + +[Grigori Fursin](https://cKnowledge.org/gfursin) + ## CM concepts Check our [ACM REP'23 keynote](https://doi.org/10.5281/zenodo.8105339) and the [white paper](https://arxiv.org/abs/2406.16791). @@ -50,3 +60,8 @@ Arjun Suresh, Anandhu Sooraj, Grigori Fursin ## Parent project Visit the [parent Collective Knowledge project](https://github.com/mlcommons/ck) for further details. + +## Citing this project + +If you found the CM automations helpful, kindly reference this article: +[ [ArXiv](https://arxiv.org/abs/2406.16791) ] diff --git a/automation/COPYRIGHT.md b/automation/COPYRIGHT.md new file mode 100644 index 0000000000..2a313520bb --- /dev/null +++ b/automation/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone and continue development as a community effort. diff --git a/automation/cache/COPYRIGHT.md b/automation/cache/COPYRIGHT.md new file mode 100644 index 0000000000..2a313520bb --- /dev/null +++ b/automation/cache/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone and continue development as a community effort. diff --git a/automation/cache/module.py b/automation/cache/module.py index b205b539f2..885778800c 100644 --- a/automation/cache/module.py +++ b/automation/cache/module.py @@ -1,3 +1,16 @@ +# Author: Grigori Fursin +# Contributors: Arjun Suresh, Anandhu Sooraj +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + import os from cmind.automation import Automation diff --git a/automation/cache/module_misc.py b/automation/cache/module_misc.py index 91ecbd5a1c..d83d9f763a 100644 --- a/automation/cache/module_misc.py +++ b/automation/cache/module_misc.py @@ -1,3 +1,16 @@ +# Author: Grigori Fursin +# Contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + import os from cmind import utils diff --git a/automation/cfg/COPYRIGHT.md b/automation/cfg/COPYRIGHT.md new file mode 100644 index 0000000000..2a313520bb --- /dev/null +++ b/automation/cfg/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone and continue development as a community effort. diff --git a/automation/cfg/module.py b/automation/cfg/module.py index 6fff7d8029..4b08f39265 100644 --- a/automation/cfg/module.py +++ b/automation/cfg/module.py @@ -1,6 +1,17 @@ # Universal cfg for CM automations # -# Written by Grigori Fursin +# Author: Grigori Fursin +# Contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# import os diff --git a/automation/challenge/COPYRIGHT.md b/automation/challenge/COPYRIGHT.md new file mode 100644 index 0000000000..2a313520bb --- /dev/null +++ b/automation/challenge/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone and continue development as a community effort. diff --git a/automation/challenge/module.py b/automation/challenge/module.py index be8bf9c089..963ab43b6f 100644 --- a/automation/challenge/module.py +++ b/automation/challenge/module.py @@ -1,3 +1,16 @@ +# Author: Grigori Fursin +# Contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + import os from cmind.automation import Automation diff --git a/automation/contributor/COPYRIGHT.md b/automation/contributor/COPYRIGHT.md new file mode 100644 index 0000000000..2a313520bb --- /dev/null +++ b/automation/contributor/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone and continue development as a community effort. diff --git a/automation/contributor/module.py b/automation/contributor/module.py index e077cb3cfc..a2d6954ad5 100644 --- a/automation/contributor/module.py +++ b/automation/contributor/module.py @@ -1,3 +1,16 @@ +# Author: Grigori Fursin +# Contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + import os from cmind.automation import Automation diff --git a/automation/data/COPYRIGHT.md b/automation/data/COPYRIGHT.md new file mode 100644 index 0000000000..2a313520bb --- /dev/null +++ b/automation/data/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone and continue development as a community effort. diff --git a/automation/data/module.py b/automation/data/module.py index be8bf9c089..963ab43b6f 100644 --- a/automation/data/module.py +++ b/automation/data/module.py @@ -1,3 +1,16 @@ +# Author: Grigori Fursin +# Contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + import os from cmind.automation import Automation diff --git a/automation/docker/COPYRIGHT.md b/automation/docker/COPYRIGHT.md new file mode 100644 index 0000000000..2a313520bb --- /dev/null +++ b/automation/docker/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone and continue development as a community effort. diff --git a/automation/docker/module.py b/automation/docker/module.py index 7e612677b1..4b49bbd3cb 100644 --- a/automation/docker/module.py +++ b/automation/docker/module.py @@ -1,3 +1,16 @@ +# Author: Grigori Fursin +# Contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + import os from cmind.automation import Automation diff --git a/automation/docs/COPYRIGHT.md b/automation/docs/COPYRIGHT.md new file mode 100644 index 0000000000..2a313520bb --- /dev/null +++ b/automation/docs/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone and continue development as a community effort. diff --git a/automation/docs/module.py b/automation/docs/module.py index be8bf9c089..963ab43b6f 100644 --- a/automation/docs/module.py +++ b/automation/docs/module.py @@ -1,3 +1,16 @@ +# Author: Grigori Fursin +# Contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + import os from cmind.automation import Automation diff --git a/automation/experiment/COPYRIGHT.md b/automation/experiment/COPYRIGHT.md new file mode 100644 index 0000000000..2a313520bb --- /dev/null +++ b/automation/experiment/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone and continue development as a community effort. diff --git a/automation/experiment/module.py b/automation/experiment/module.py index 6e98029d54..c83e7c0499 100644 --- a/automation/experiment/module.py +++ b/automation/experiment/module.py @@ -1,7 +1,18 @@ # Universal experiment automation to support universal benchmarking # and optimization of apps and systems # -# Written by Grigori Fursin +# Author: Grigori Fursin +# Contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# import os import itertools diff --git a/automation/project/COPYRIGHT.md b/automation/project/COPYRIGHT.md new file mode 100644 index 0000000000..2a313520bb --- /dev/null +++ b/automation/project/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone and continue development as a community effort. diff --git a/automation/project/module.py b/automation/project/module.py index be8bf9c089..963ab43b6f 100644 --- a/automation/project/module.py +++ b/automation/project/module.py @@ -1,3 +1,16 @@ +# Author: Grigori Fursin +# Contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + import os from cmind.automation import Automation diff --git a/automation/report/COPYRIGHT.md b/automation/report/COPYRIGHT.md new file mode 100644 index 0000000000..2a313520bb --- /dev/null +++ b/automation/report/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone and continue development as a community effort. diff --git a/automation/report/module.py b/automation/report/module.py index be8bf9c089..963ab43b6f 100644 --- a/automation/report/module.py +++ b/automation/report/module.py @@ -1,3 +1,16 @@ +# Author: Grigori Fursin +# Contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + import os from cmind.automation import Automation diff --git a/automation/script/COPYRIGHT.md b/automation/script/COPYRIGHT.md new file mode 100644 index 0000000000..2a313520bb --- /dev/null +++ b/automation/script/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone and continue development as a community effort. diff --git a/automation/script/module.py b/automation/script/module.py index 04ed30720c..b08875892d 100644 --- a/automation/script/module.py +++ b/automation/script/module.py @@ -8,6 +8,19 @@ # TBD: when we have bandwidth and resources, we should refactor it # and make it cleaner and simpler while keeping full backwards compatibility. # +# Author: Grigori Fursin +# Contributors: Arjun Suresh, Anandhu Sooraj +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + import os import logging diff --git a/automation/script/module_help.py b/automation/script/module_help.py index 820378180a..e1eb4424a9 100644 --- a/automation/script/module_help.py +++ b/automation/script/module_help.py @@ -1,3 +1,16 @@ +# Author: Grigori Fursin +# Contributors: Arjun Suresh, Anandhu Sooraj +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + import os from cmind import utils diff --git a/automation/script/module_misc.py b/automation/script/module_misc.py index 9cae72b07b..22b4cf2fdf 100644 --- a/automation/script/module_misc.py +++ b/automation/script/module_misc.py @@ -1,3 +1,16 @@ +# Author: Grigori Fursin +# Contributors: Arjun Suresh, Anandhu Sooraj +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + import os from cmind import utils diff --git a/automation/utils/COPYRIGHT.md b/automation/utils/COPYRIGHT.md new file mode 100644 index 0000000000..2a313520bb --- /dev/null +++ b/automation/utils/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone and continue development as a community effort. diff --git a/automation/utils/module.py b/automation/utils/module.py index 2a4851b0ad..90b5c5c290 100644 --- a/automation/utils/module.py +++ b/automation/utils/module.py @@ -1,3 +1,16 @@ +# Author: Grigori Fursin +# Contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + import os from cmind.automation import Automation diff --git a/automation/utils/module_cfg.py b/automation/utils/module_cfg.py index 36ec30915c..e3a445c128 100644 --- a/automation/utils/module_cfg.py +++ b/automation/utils/module_cfg.py @@ -1,4 +1,17 @@ -import os +# Author: Grigori Fursin +# Contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + +import os import cmind import copy diff --git a/script/COPYRIGHT.md b/script/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/README.md b/script/README.md index a9e5e41450..d2667369c0 100644 --- a/script/README.md +++ b/script/README.md @@ -1,13 +1,40 @@ -### About +## About -This is a source code of portable and reusable automation recipes -from MLCommons projects with a [human-friendly CM interface](https://github.com/mlcommons/ck) - -you can find a human-readable catalog of these automation recipes [here](../../docs/list_of_scripts.md). +Portable CM automations for MLOps and MLPerf. -### License +## License [Apache 2.0](../../LICENSE.md) -### Copyright +## Copyright -2022-2024 [MLCommons](https://mlcommons.org) +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. + +This file is licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with the License. A copy of the License can be obtained at: + +[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0) + +Unless required by applicable law or agreed to in writing, software distributed under the License is provided on an "AS IS" basis, without warranties or conditions of any kind, either express or implied. Please refer to the License for the specific language governing permissions and limitations under the License. + +## Maintainer(s) + +* MLCommons + +## CM author + +[Grigori Fursin](https://cKnowledge.org/gfursin) + +## 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. + +## Citing this project + +If you found the CM automations helpful, kindly reference this article: +[ [ArXiv](https://arxiv.org/abs/2406.16791) ] diff --git a/script/activate-python-venv/COPYRIGHT.md b/script/activate-python-venv/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/activate-python-venv/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/activate-python-venv/customize.py b/script/activate-python-venv/customize.py index 5858212f93..c22b25b65a 100644 --- a/script/activate-python-venv/customize.py +++ b/script/activate-python-venv/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/add-custom-nvidia-system/COPYRIGHT.md b/script/add-custom-nvidia-system/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/add-custom-nvidia-system/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/add-custom-nvidia-system/customize.py b/script/add-custom-nvidia-system/customize.py index dbab0597ea..016d9cdcd4 100644 --- a/script/add-custom-nvidia-system/customize.py +++ b/script/add-custom-nvidia-system/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import shutil diff --git a/script/app-image-classification-onnx-py/COPYRIGHT.md b/script/app-image-classification-onnx-py/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/app-image-classification-onnx-py/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/app-image-classification-onnx-py/customize.py b/script/app-image-classification-onnx-py/customize.py index 21b57daca2..0ca34fc952 100644 --- a/script/app-image-classification-onnx-py/customize.py +++ b/script/app-image-classification-onnx-py/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import shutil diff --git a/script/app-image-classification-tf-onnx-cpp/COPYRIGHT.md b/script/app-image-classification-tf-onnx-cpp/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/app-image-classification-tf-onnx-cpp/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/app-image-classification-torch-py/COPYRIGHT.md b/script/app-image-classification-torch-py/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/app-image-classification-torch-py/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/app-image-classification-tvm-onnx-py/COPYRIGHT.md b/script/app-image-classification-tvm-onnx-py/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/app-image-classification-tvm-onnx-py/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/app-image-corner-detection/COPYRIGHT.md b/script/app-image-corner-detection/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/app-image-corner-detection/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/app-image-corner-detection/customize.py b/script/app-image-corner-detection/customize.py index de1e344eeb..962f0de433 100644 --- a/script/app-image-corner-detection/customize.py +++ b/script/app-image-corner-detection/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/app-loadgen-generic-python/COPYRIGHT.md b/script/app-loadgen-generic-python/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/app-loadgen-generic-python/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/app-loadgen-generic-python/customize.py b/script/app-loadgen-generic-python/customize.py index 17c923552a..34720c052d 100644 --- a/script/app-loadgen-generic-python/customize.py +++ b/script/app-loadgen-generic-python/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + # Developer: Grigori Fursin from cmind import utils diff --git a/script/app-mlperf-inference-amd/COPYRIGHT.md b/script/app-mlperf-inference-amd/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/app-mlperf-inference-amd/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/app-mlperf-inference-amd/customize.py b/script/app-mlperf-inference-amd/customize.py index e1958e5a85..7c6b91e580 100644 --- a/script/app-mlperf-inference-amd/customize.py +++ b/script/app-mlperf-inference-amd/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import shutil diff --git a/script/app-mlperf-inference-ctuning-cpp-tflite/COPYRIGHT.md b/script/app-mlperf-inference-ctuning-cpp-tflite/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/app-mlperf-inference-ctuning-cpp-tflite/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/app-mlperf-inference-ctuning-cpp-tflite/customize.py b/script/app-mlperf-inference-ctuning-cpp-tflite/customize.py index f5c8e844c0..ec75f7e841 100644 --- a/script/app-mlperf-inference-ctuning-cpp-tflite/customize.py +++ b/script/app-mlperf-inference-ctuning-cpp-tflite/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import shutil diff --git a/script/app-mlperf-inference-dummy/COPYRIGHT.md b/script/app-mlperf-inference-dummy/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/app-mlperf-inference-dummy/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/app-mlperf-inference-dummy/customize.py b/script/app-mlperf-inference-dummy/customize.py index 74ff72927e..fa6a73b931 100644 --- a/script/app-mlperf-inference-dummy/customize.py +++ b/script/app-mlperf-inference-dummy/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import shutil diff --git a/script/app-mlperf-inference-intel/COPYRIGHT.md b/script/app-mlperf-inference-intel/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/app-mlperf-inference-intel/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/app-mlperf-inference-intel/customize.py b/script/app-mlperf-inference-intel/customize.py index 57ab3887d0..5a62e19a2c 100644 --- a/script/app-mlperf-inference-intel/customize.py +++ b/script/app-mlperf-inference-intel/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import shutil diff --git a/script/app-mlperf-inference-mlcommons-cpp/COPYRIGHT.md b/script/app-mlperf-inference-mlcommons-cpp/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/app-mlperf-inference-mlcommons-cpp/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/app-mlperf-inference-mlcommons-cpp/customize.py b/script/app-mlperf-inference-mlcommons-cpp/customize.py index 89356a2703..e76b5f0810 100644 --- a/script/app-mlperf-inference-mlcommons-cpp/customize.py +++ b/script/app-mlperf-inference-mlcommons-cpp/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import shutil diff --git a/script/app-mlperf-inference-mlcommons-python/COPYRIGHT.md b/script/app-mlperf-inference-mlcommons-python/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/app-mlperf-inference-mlcommons-python/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/app-mlperf-inference-mlcommons-python/customize.py b/script/app-mlperf-inference-mlcommons-python/customize.py index 8cd17e7de5..87e09151ba 100644 --- a/script/app-mlperf-inference-mlcommons-python/customize.py +++ b/script/app-mlperf-inference-mlcommons-python/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import json diff --git a/script/app-mlperf-inference-nvidia/COPYRIGHT.md b/script/app-mlperf-inference-nvidia/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/app-mlperf-inference-nvidia/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/app-mlperf-inference-nvidia/customize.py b/script/app-mlperf-inference-nvidia/customize.py index a09fd9715e..0ede381f80 100644 --- a/script/app-mlperf-inference-nvidia/customize.py +++ b/script/app-mlperf-inference-nvidia/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import shutil diff --git a/script/app-mlperf-inference-qualcomm/COPYRIGHT.md b/script/app-mlperf-inference-qualcomm/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/app-mlperf-inference-qualcomm/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/app-mlperf-inference-qualcomm/customize.py b/script/app-mlperf-inference-qualcomm/customize.py index 53d0a44be7..68343b4915 100644 --- a/script/app-mlperf-inference-qualcomm/customize.py +++ b/script/app-mlperf-inference-qualcomm/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import shutil diff --git a/script/app-mlperf-inference-redhat/COPYRIGHT.md b/script/app-mlperf-inference-redhat/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/app-mlperf-inference-redhat/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/app-mlperf-inference-redhat/customize.py b/script/app-mlperf-inference-redhat/customize.py index add2a916f4..e15e57d091 100644 --- a/script/app-mlperf-inference-redhat/customize.py +++ b/script/app-mlperf-inference-redhat/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import shutil diff --git a/script/app-mlperf-inference/COPYRIGHT.md b/script/app-mlperf-inference/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/app-mlperf-inference/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/app-mlperf-inference/customize.py b/script/app-mlperf-inference/customize.py index 41fd8570b9..07fb7cb4ed 100644 --- a/script/app-mlperf-inference/customize.py +++ b/script/app-mlperf-inference/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/app-mlperf-training-nvidia/COPYRIGHT.md b/script/app-mlperf-training-nvidia/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/app-mlperf-training-nvidia/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/app-mlperf-training-nvidia/customize.py b/script/app-mlperf-training-nvidia/customize.py index 0d5c53c44d..1686d4f7c8 100644 --- a/script/app-mlperf-training-nvidia/customize.py +++ b/script/app-mlperf-training-nvidia/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import json diff --git a/script/app-mlperf-training-reference/COPYRIGHT.md b/script/app-mlperf-training-reference/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/app-mlperf-training-reference/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/app-mlperf-training-reference/customize.py b/script/app-mlperf-training-reference/customize.py index 4469394700..8dfd04c4d8 100644 --- a/script/app-mlperf-training-reference/customize.py +++ b/script/app-mlperf-training-reference/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import json diff --git a/script/app-stable-diffusion-onnx-py/COPYRIGHT.md b/script/app-stable-diffusion-onnx-py/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/app-stable-diffusion-onnx-py/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/authenticate-github-cli/COPYRIGHT.md b/script/authenticate-github-cli/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/authenticate-github-cli/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/authenticate-github-cli/customize.py b/script/authenticate-github-cli/customize.py index f4adae9931..661349e6a3 100644 --- a/script/authenticate-github-cli/customize.py +++ b/script/authenticate-github-cli/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/benchmark-any-mlperf-inference-implementation/COPYRIGHT.md b/script/benchmark-any-mlperf-inference-implementation/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/benchmark-any-mlperf-inference-implementation/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/benchmark-any-mlperf-inference-implementation/customize.py b/script/benchmark-any-mlperf-inference-implementation/customize.py index e7f7acc795..e502ba3bd4 100644 --- a/script/benchmark-any-mlperf-inference-implementation/customize.py +++ b/script/benchmark-any-mlperf-inference-implementation/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/benchmark-program-mlperf/COPYRIGHT.md b/script/benchmark-program-mlperf/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/benchmark-program-mlperf/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/benchmark-program-mlperf/customize.py b/script/benchmark-program-mlperf/customize.py index 23b4db3247..9fdc936aeb 100644 --- a/script/benchmark-program-mlperf/customize.py +++ b/script/benchmark-program-mlperf/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/benchmark-program/COPYRIGHT.md b/script/benchmark-program/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/benchmark-program/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/benchmark-program/customize.py b/script/benchmark-program/customize.py index 2dd6ffc1c4..b743858955 100644 --- a/script/benchmark-program/customize.py +++ b/script/benchmark-program/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/build-docker-image/COPYRIGHT.md b/script/build-docker-image/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/build-docker-image/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/build-docker-image/customize.py b/script/build-docker-image/customize.py index d3e62ed081..4746e98c3c 100644 --- a/script/build-docker-image/customize.py +++ b/script/build-docker-image/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os from os.path import exists diff --git a/script/build-dockerfile/COPYRIGHT.md b/script/build-dockerfile/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/build-dockerfile/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/build-dockerfile/customize.py b/script/build-dockerfile/customize.py index f5cd062042..3fdd1613e2 100644 --- a/script/build-dockerfile/customize.py +++ b/script/build-dockerfile/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import cmind as cm import os diff --git a/script/build-mlperf-inference-server-nvidia/COPYRIGHT.md b/script/build-mlperf-inference-server-nvidia/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/build-mlperf-inference-server-nvidia/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/build-mlperf-inference-server-nvidia/customize.py b/script/build-mlperf-inference-server-nvidia/customize.py index 8d477fcc74..727cd43875 100644 --- a/script/build-mlperf-inference-server-nvidia/customize.py +++ b/script/build-mlperf-inference-server-nvidia/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import shutil diff --git a/script/calibrate-model-for.qaic/COPYRIGHT.md b/script/calibrate-model-for.qaic/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/calibrate-model-for.qaic/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/calibrate-model-for.qaic/customize.py b/script/calibrate-model-for.qaic/customize.py index a77967c49e..26845e3e62 100644 --- a/script/calibrate-model-for.qaic/customize.py +++ b/script/calibrate-model-for.qaic/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import sys diff --git a/script/clean-nvidia-mlperf-inference-scratch-space/COPYRIGHT.md b/script/clean-nvidia-mlperf-inference-scratch-space/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/clean-nvidia-mlperf-inference-scratch-space/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/clean-nvidia-mlperf-inference-scratch-space/customize.py b/script/clean-nvidia-mlperf-inference-scratch-space/customize.py index 11d224c59c..f2b1fa4fcb 100644 --- a/script/clean-nvidia-mlperf-inference-scratch-space/customize.py +++ b/script/clean-nvidia-mlperf-inference-scratch-space/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import cmind as cm diff --git a/script/compile-model-for.qaic/COPYRIGHT.md b/script/compile-model-for.qaic/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/compile-model-for.qaic/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/compile-model-for.qaic/customize.py b/script/compile-model-for.qaic/customize.py index 3acf5b5cc8..b23476f8c5 100644 --- a/script/compile-model-for.qaic/customize.py +++ b/script/compile-model-for.qaic/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/compile-program/COPYRIGHT.md b/script/compile-program/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/compile-program/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/compile-program/customize.py b/script/compile-program/customize.py index c5e2adabb8..9630788d68 100644 --- a/script/compile-program/customize.py +++ b/script/compile-program/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/convert-csv-to-md/COPYRIGHT.md b/script/convert-csv-to-md/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/convert-csv-to-md/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/convert-csv-to-md/customize.py b/script/convert-csv-to-md/customize.py index 5e63bcd939..52dd88927a 100644 --- a/script/convert-csv-to-md/customize.py +++ b/script/convert-csv-to-md/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/convert-ml-model-huggingface-to-onnx/COPYRIGHT.md b/script/convert-ml-model-huggingface-to-onnx/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/convert-ml-model-huggingface-to-onnx/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/convert-ml-model-huggingface-to-onnx/customize.py b/script/convert-ml-model-huggingface-to-onnx/customize.py index 6ef39f0f84..5aedebf404 100644 --- a/script/convert-ml-model-huggingface-to-onnx/customize.py +++ b/script/convert-ml-model-huggingface-to-onnx/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/copy-to-clipboard/COPYRIGHT.md b/script/copy-to-clipboard/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/copy-to-clipboard/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/create-conda-env/COPYRIGHT.md b/script/create-conda-env/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/create-conda-env/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/create-conda-env/customize.py b/script/create-conda-env/customize.py index c9fd8083bf..af8a82fcfe 100644 --- a/script/create-conda-env/customize.py +++ b/script/create-conda-env/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/create-custom-cache-entry/COPYRIGHT.md b/script/create-custom-cache-entry/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/create-custom-cache-entry/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/create-custom-cache-entry/customize.py b/script/create-custom-cache-entry/customize.py index f15a1e7fdf..c6eb8dd35b 100644 --- a/script/create-custom-cache-entry/customize.py +++ b/script/create-custom-cache-entry/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import shutil diff --git a/script/create-fpgaconvnet-app-tinyml/COPYRIGHT.md b/script/create-fpgaconvnet-app-tinyml/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/create-fpgaconvnet-app-tinyml/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/create-fpgaconvnet-app-tinyml/customize.py b/script/create-fpgaconvnet-app-tinyml/customize.py index 5c6a448bc0..fd90167821 100644 --- a/script/create-fpgaconvnet-app-tinyml/customize.py +++ b/script/create-fpgaconvnet-app-tinyml/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/create-fpgaconvnet-config-tinyml/COPYRIGHT.md b/script/create-fpgaconvnet-config-tinyml/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/create-fpgaconvnet-config-tinyml/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/create-fpgaconvnet-config-tinyml/customize.py b/script/create-fpgaconvnet-config-tinyml/customize.py index 6175a2bdd2..9b44d63585 100644 --- a/script/create-fpgaconvnet-config-tinyml/customize.py +++ b/script/create-fpgaconvnet-config-tinyml/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/create-patch/COPYRIGHT.md b/script/create-patch/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/create-patch/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/create-patch/customize.py b/script/create-patch/customize.py index 0ebd63b99f..3aa82abfd7 100644 --- a/script/create-patch/customize.py +++ b/script/create-patch/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/destroy-terraform/COPYRIGHT.md b/script/destroy-terraform/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/destroy-terraform/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/destroy-terraform/customize.py b/script/destroy-terraform/customize.py index e0bfa63b5f..f42f5d9f28 100644 --- a/script/destroy-terraform/customize.py +++ b/script/destroy-terraform/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/detect-cpu/COPYRIGHT.md b/script/detect-cpu/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/detect-cpu/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/detect-cpu/customize.py b/script/detect-cpu/customize.py index 2d5dfeeef4..f54829b20c 100644 --- a/script/detect-cpu/customize.py +++ b/script/detect-cpu/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/detect-os/COPYRIGHT.md b/script/detect-os/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/detect-os/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/detect-os/customize.py b/script/detect-os/customize.py index c5a0b17c1d..4d2d9f6fd7 100644 --- a/script/detect-os/customize.py +++ b/script/detect-os/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import subprocess diff --git a/script/detect-sudo/COPYRIGHT.md b/script/detect-sudo/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/detect-sudo/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/detect-sudo/customize.py b/script/detect-sudo/customize.py index e14d2983c4..56cedd4fd0 100644 --- a/script/detect-sudo/customize.py +++ b/script/detect-sudo/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import subprocess diff --git a/script/download-and-extract/COPYRIGHT.md b/script/download-and-extract/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/download-and-extract/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/download-and-extract/customize.py b/script/download-and-extract/customize.py index b3c570dbc6..0dde6a37e6 100644 --- a/script/download-and-extract/customize.py +++ b/script/download-and-extract/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import hashlib diff --git a/script/download-file/COPYRIGHT.md b/script/download-file/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/download-file/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/download-file/customize.py b/script/download-file/customize.py index 6142c48a94..ac84544cb5 100644 --- a/script/download-file/customize.py +++ b/script/download-file/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import subprocess diff --git a/script/download-torrent/COPYRIGHT.md b/script/download-torrent/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/download-torrent/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/download-torrent/customize.py b/script/download-torrent/customize.py index 3b4cb4c41b..0b2dda284c 100644 --- a/script/download-torrent/customize.py +++ b/script/download-torrent/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/draw-graph-from-json-data/COPYRIGHT.md b/script/draw-graph-from-json-data/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/draw-graph-from-json-data/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/draw-graph-from-json-data/customize.py b/script/draw-graph-from-json-data/customize.py index db1f64b1f8..ac7d293bbc 100644 --- a/script/draw-graph-from-json-data/customize.py +++ b/script/draw-graph-from-json-data/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/dump-pip-freeze/COPYRIGHT.md b/script/dump-pip-freeze/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/dump-pip-freeze/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/dump-pip-freeze/customize.py b/script/dump-pip-freeze/customize.py index e9e6ce6b78..92275ea2a6 100644 --- a/script/dump-pip-freeze/customize.py +++ b/script/dump-pip-freeze/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/extract-file/COPYRIGHT.md b/script/extract-file/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/extract-file/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/extract-file/customize.py b/script/extract-file/customize.py index dd03941892..b879967c96 100644 --- a/script/extract-file/customize.py +++ b/script/extract-file/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import hashlib diff --git a/script/fail/COPYRIGHT.md b/script/fail/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/fail/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/fail/customize.py b/script/fail/customize.py index 4168a3b7a7..c1cf26c4f8 100644 --- a/script/fail/customize.py +++ b/script/fail/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/flash-tinyml-binary/COPYRIGHT.md b/script/flash-tinyml-binary/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/flash-tinyml-binary/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/flash-tinyml-binary/customize.py b/script/flash-tinyml-binary/customize.py index bc0c3bd18c..c75c8a572c 100644 --- a/script/flash-tinyml-binary/customize.py +++ b/script/flash-tinyml-binary/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/generate-mlperf-inference-submission/COPYRIGHT.md b/script/generate-mlperf-inference-submission/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/generate-mlperf-inference-submission/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/generate-mlperf-inference-submission/customize.py b/script/generate-mlperf-inference-submission/customize.py index 040e7cb09f..e6e3507285 100644 --- a/script/generate-mlperf-inference-submission/customize.py +++ b/script/generate-mlperf-inference-submission/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import json diff --git a/script/generate-mlperf-inference-user-conf/COPYRIGHT.md b/script/generate-mlperf-inference-user-conf/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/generate-mlperf-inference-user-conf/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/generate-mlperf-inference-user-conf/customize.py b/script/generate-mlperf-inference-user-conf/customize.py index 4829b08b3f..6fc9a3bb4c 100644 --- a/script/generate-mlperf-inference-user-conf/customize.py +++ b/script/generate-mlperf-inference-user-conf/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import json diff --git a/script/generate-mlperf-tiny-report/COPYRIGHT.md b/script/generate-mlperf-tiny-report/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/generate-mlperf-tiny-report/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/generate-mlperf-tiny-report/customize.py b/script/generate-mlperf-tiny-report/customize.py index 03fdf1c3d7..b93ef11c4b 100644 --- a/script/generate-mlperf-tiny-report/customize.py +++ b/script/generate-mlperf-tiny-report/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + import cmind as cm from cmind import utils diff --git a/script/generate-mlperf-tiny-submission/COPYRIGHT.md b/script/generate-mlperf-tiny-submission/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/generate-mlperf-tiny-submission/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/generate-mlperf-tiny-submission/customize.py b/script/generate-mlperf-tiny-submission/customize.py index 75bd43832a..476c1e2ed2 100644 --- a/script/generate-mlperf-tiny-submission/customize.py +++ b/script/generate-mlperf-tiny-submission/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import json diff --git a/script/generate-nvidia-engine/COPYRIGHT.md b/script/generate-nvidia-engine/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/generate-nvidia-engine/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/generate-nvidia-engine/customize.py b/script/generate-nvidia-engine/customize.py index efa6eb7e6f..ce62ba7bbf 100644 --- a/script/generate-nvidia-engine/customize.py +++ b/script/generate-nvidia-engine/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import shutil diff --git a/script/get-android-sdk/COPYRIGHT.md b/script/get-android-sdk/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-android-sdk/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-android-sdk/customize.py b/script/get-android-sdk/customize.py index 85b190bb1d..aafd6d96f4 100644 --- a/script/get-android-sdk/customize.py +++ b/script/get-android-sdk/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-aocl/COPYRIGHT.md b/script/get-aocl/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-aocl/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-aocl/customize.py b/script/get-aocl/customize.py index 285ed97e69..58c280fa70 100644 --- a/script/get-aocl/customize.py +++ b/script/get-aocl/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-aria2/COPYRIGHT.md b/script/get-aria2/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-aria2/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-aria2/customize.py b/script/get-aria2/customize.py index b7198b30bc..f9fd6e5baa 100644 --- a/script/get-aria2/customize.py +++ b/script/get-aria2/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-aws-cli/COPYRIGHT.md b/script/get-aws-cli/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-aws-cli/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-aws-cli/customize.py b/script/get-aws-cli/customize.py index 9376577a18..60c7555f63 100644 --- a/script/get-aws-cli/customize.py +++ b/script/get-aws-cli/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-bazel/COPYRIGHT.md b/script/get-bazel/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-bazel/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-bazel/customize.py b/script/get-bazel/customize.py index 39ac03e645..280c2484bf 100644 --- a/script/get-bazel/customize.py +++ b/script/get-bazel/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-blis/COPYRIGHT.md b/script/get-blis/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-blis/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-blis/customize.py b/script/get-blis/customize.py index 0582e4bd2c..afd22977e7 100644 --- a/script/get-blis/customize.py +++ b/script/get-blis/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-brew/COPYRIGHT.md b/script/get-brew/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-brew/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-cache-dir/COPYRIGHT.md b/script/get-cache-dir/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-cache-dir/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-cache-dir/customize.py b/script/get-cache-dir/customize.py index d1a3edd741..1b42d4d31e 100644 --- a/script/get-cache-dir/customize.py +++ b/script/get-cache-dir/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-ck-repo-mlops/COPYRIGHT.md b/script/get-ck-repo-mlops/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-ck-repo-mlops/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-ck/COPYRIGHT.md b/script/get-ck/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-ck/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-cl/COPYRIGHT.md b/script/get-cl/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-cl/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-cl/customize.py b/script/get-cl/customize.py index e36b2c6743..6a5620530b 100644 --- a/script/get-cl/customize.py +++ b/script/get-cl/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-cmake/COPYRIGHT.md b/script/get-cmake/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-cmake/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-cmake/customize.py b/script/get-cmake/customize.py index cea759b2ee..c51ef5633a 100644 --- a/script/get-cmake/customize.py +++ b/script/get-cmake/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-cmsis_5/COPYRIGHT.md b/script/get-cmsis_5/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-cmsis_5/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-cmsis_5/customize.py b/script/get-cmsis_5/customize.py index 9f9ebc556a..732c9c26a5 100644 --- a/script/get-cmsis_5/customize.py +++ b/script/get-cmsis_5/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import shutil diff --git a/script/get-compiler-flags/COPYRIGHT.md b/script/get-compiler-flags/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-compiler-flags/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-compiler-flags/customize.py b/script/get-compiler-flags/customize.py index e9fc573015..7dc48300c1 100644 --- a/script/get-compiler-flags/customize.py +++ b/script/get-compiler-flags/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import subprocess diff --git a/script/get-compiler-rust/COPYRIGHT.md b/script/get-compiler-rust/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-compiler-rust/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-compiler-rust/customize.py b/script/get-compiler-rust/customize.py index 2a1b202f81..e1560d8f45 100644 --- a/script/get-compiler-rust/customize.py +++ b/script/get-compiler-rust/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-conda/COPYRIGHT.md b/script/get-conda/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-conda/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-conda/customize.py b/script/get-conda/customize.py index 7e9cd92363..7316b5b069 100644 --- a/script/get-conda/customize.py +++ b/script/get-conda/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-croissant/COPYRIGHT.md b/script/get-croissant/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-croissant/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-croissant/customize.py b/script/get-croissant/customize.py index afa8214659..93e0971bf5 100644 --- a/script/get-croissant/customize.py +++ b/script/get-croissant/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-cuda-devices/COPYRIGHT.md b/script/get-cuda-devices/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-cuda-devices/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-cuda-devices/customize.py b/script/get-cuda-devices/customize.py index ba66b8904b..ac23ee7ef9 100644 --- a/script/get-cuda-devices/customize.py +++ b/script/get-cuda-devices/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import subprocess diff --git a/script/get-cuda/COPYRIGHT.md b/script/get-cuda/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-cuda/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-cuda/customize.py b/script/get-cuda/customize.py index 925e1e8b94..aa2df4494e 100644 --- a/script/get-cuda/customize.py +++ b/script/get-cuda/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import json diff --git a/script/get-cudnn/COPYRIGHT.md b/script/get-cudnn/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-cudnn/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-cudnn/customize.py b/script/get-cudnn/customize.py index 7d6984cbec..89043319c8 100644 --- a/script/get-cudnn/customize.py +++ b/script/get-cudnn/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import tarfile diff --git a/script/get-dataset-cifar10/COPYRIGHT.md b/script/get-dataset-cifar10/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-dataset-cifar10/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-dataset-cifar10/customize.py b/script/get-dataset-cifar10/customize.py index d000dc407d..a94b4e7c06 100644 --- a/script/get-dataset-cifar10/customize.py +++ b/script/get-dataset-cifar10/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import shutil diff --git a/script/get-dataset-cnndm/COPYRIGHT.md b/script/get-dataset-cnndm/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-dataset-cnndm/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-dataset-cnndm/customize.py b/script/get-dataset-cnndm/customize.py index 25966d8505..ea837309bb 100644 --- a/script/get-dataset-cnndm/customize.py +++ b/script/get-dataset-cnndm/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import shutil diff --git a/script/get-dataset-coco/COPYRIGHT.md b/script/get-dataset-coco/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-dataset-coco/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-dataset-coco/customize.py b/script/get-dataset-coco/customize.py index 60e4a3ae96..20b4fc1486 100644 --- a/script/get-dataset-coco/customize.py +++ b/script/get-dataset-coco/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import shutil diff --git a/script/get-dataset-coco2014/COPYRIGHT.md b/script/get-dataset-coco2014/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-dataset-coco2014/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-dataset-coco2014/customize.py b/script/get-dataset-coco2014/customize.py index e231126a52..0349003fd5 100644 --- a/script/get-dataset-coco2014/customize.py +++ b/script/get-dataset-coco2014/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import shutil diff --git a/script/get-dataset-criteo/COPYRIGHT.md b/script/get-dataset-criteo/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-dataset-criteo/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-dataset-imagenet-aux/COPYRIGHT.md b/script/get-dataset-imagenet-aux/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-dataset-imagenet-aux/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-dataset-imagenet-calibration/COPYRIGHT.md b/script/get-dataset-imagenet-calibration/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-dataset-imagenet-calibration/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-dataset-imagenet-helper/COPYRIGHT.md b/script/get-dataset-imagenet-helper/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-dataset-imagenet-helper/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-dataset-imagenet-helper/customize.py b/script/get-dataset-imagenet-helper/customize.py index b9dd841f57..9464f8ffb4 100644 --- a/script/get-dataset-imagenet-helper/customize.py +++ b/script/get-dataset-imagenet-helper/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-dataset-imagenet-train/COPYRIGHT.md b/script/get-dataset-imagenet-train/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-dataset-imagenet-train/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-dataset-imagenet-train/customize.py b/script/get-dataset-imagenet-train/customize.py index b1f8aea1ea..835b302384 100644 --- a/script/get-dataset-imagenet-train/customize.py +++ b/script/get-dataset-imagenet-train/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-dataset-imagenet-val/COPYRIGHT.md b/script/get-dataset-imagenet-val/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-dataset-imagenet-val/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-dataset-imagenet-val/customize.py b/script/get-dataset-imagenet-val/customize.py index 2f32437350..9cd596a733 100644 --- a/script/get-dataset-imagenet-val/customize.py +++ b/script/get-dataset-imagenet-val/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-dataset-kits19/COPYRIGHT.md b/script/get-dataset-kits19/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-dataset-kits19/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-dataset-kits19/customize.py b/script/get-dataset-kits19/customize.py index bf5462d9b4..31e974233c 100644 --- a/script/get-dataset-kits19/customize.py +++ b/script/get-dataset-kits19/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import shutil diff --git a/script/get-dataset-librispeech/COPYRIGHT.md b/script/get-dataset-librispeech/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-dataset-librispeech/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-dataset-librispeech/customize.py b/script/get-dataset-librispeech/customize.py index 0da64539eb..ae19d286f6 100644 --- a/script/get-dataset-librispeech/customize.py +++ b/script/get-dataset-librispeech/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-dataset-mlperf-inference-igbh/COPYRIGHT.md b/script/get-dataset-mlperf-inference-igbh/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-dataset-mlperf-inference-igbh/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-dataset-mlperf-inference-igbh/customize.py b/script/get-dataset-mlperf-inference-igbh/customize.py index 9d4240209a..f68df4bd5e 100644 --- a/script/get-dataset-mlperf-inference-igbh/customize.py +++ b/script/get-dataset-mlperf-inference-igbh/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-dataset-mlperf-inference-mixtral/COPYRIGHT.md b/script/get-dataset-mlperf-inference-mixtral/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-dataset-mlperf-inference-mixtral/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-dataset-mlperf-inference-mixtral/customize.py b/script/get-dataset-mlperf-inference-mixtral/customize.py index 38825cfdb1..f0543acb9e 100644 --- a/script/get-dataset-mlperf-inference-mixtral/customize.py +++ b/script/get-dataset-mlperf-inference-mixtral/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-dataset-openimages-annotations/COPYRIGHT.md b/script/get-dataset-openimages-annotations/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-dataset-openimages-annotations/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-dataset-openimages-annotations/customize.py b/script/get-dataset-openimages-annotations/customize.py index f42ee200de..604423fb5d 100644 --- a/script/get-dataset-openimages-annotations/customize.py +++ b/script/get-dataset-openimages-annotations/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-dataset-openimages-calibration/COPYRIGHT.md b/script/get-dataset-openimages-calibration/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-dataset-openimages-calibration/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-dataset-openimages-calibration/customize.py b/script/get-dataset-openimages-calibration/customize.py index 032065bc86..7eacb12563 100644 --- a/script/get-dataset-openimages-calibration/customize.py +++ b/script/get-dataset-openimages-calibration/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-dataset-openimages/COPYRIGHT.md b/script/get-dataset-openimages/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-dataset-openimages/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-dataset-openimages/customize.py b/script/get-dataset-openimages/customize.py index ae53a85f5c..b9d9998b87 100644 --- a/script/get-dataset-openimages/customize.py +++ b/script/get-dataset-openimages/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import shutil diff --git a/script/get-dataset-openorca/COPYRIGHT.md b/script/get-dataset-openorca/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-dataset-openorca/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-dataset-openorca/customize.py b/script/get-dataset-openorca/customize.py index db4c116ea9..b0a7add20b 100644 --- a/script/get-dataset-openorca/customize.py +++ b/script/get-dataset-openorca/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import shutil diff --git a/script/get-dataset-squad-vocab/COPYRIGHT.md b/script/get-dataset-squad-vocab/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-dataset-squad-vocab/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-dataset-squad-vocab/customize.py b/script/get-dataset-squad-vocab/customize.py index 40d3c5dd56..905db202d5 100644 --- a/script/get-dataset-squad-vocab/customize.py +++ b/script/get-dataset-squad-vocab/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-dataset-squad/COPYRIGHT.md b/script/get-dataset-squad/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-dataset-squad/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-dataset-squad/customize.py b/script/get-dataset-squad/customize.py index 3af4c85535..73a9b3ba83 100644 --- a/script/get-dataset-squad/customize.py +++ b/script/get-dataset-squad/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-dlrm-data-mlperf-inference/COPYRIGHT.md b/script/get-dlrm-data-mlperf-inference/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-dlrm-data-mlperf-inference/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-dlrm-data-mlperf-inference/customize.py b/script/get-dlrm-data-mlperf-inference/customize.py index ebec12749e..7be990dbea 100644 --- a/script/get-dlrm-data-mlperf-inference/customize.py +++ b/script/get-dlrm-data-mlperf-inference/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-dlrm/COPYRIGHT.md b/script/get-dlrm/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-dlrm/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-dlrm/customize.py b/script/get-dlrm/customize.py index 561545c67d..c0d96bb3d4 100644 --- a/script/get-dlrm/customize.py +++ b/script/get-dlrm/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import shutil diff --git a/script/get-docker/COPYRIGHT.md b/script/get-docker/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-docker/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-docker/customize.py b/script/get-docker/customize.py index 0d41346b45..d84a8eaed2 100644 --- a/script/get-docker/customize.py +++ b/script/get-docker/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-gcc/COPYRIGHT.md b/script/get-gcc/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-gcc/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-gcc/customize.py b/script/get-gcc/customize.py index 9dc79c3ee8..e8a225a4c6 100644 --- a/script/get-gcc/customize.py +++ b/script/get-gcc/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-generic-python-lib/COPYRIGHT.md b/script/get-generic-python-lib/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-generic-python-lib/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-generic-python-lib/customize.py b/script/get-generic-python-lib/customize.py index 6421a22a11..edbb2d552b 100644 --- a/script/get-generic-python-lib/customize.py +++ b/script/get-generic-python-lib/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import cmind as cm diff --git a/script/get-generic-sys-util/COPYRIGHT.md b/script/get-generic-sys-util/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-generic-sys-util/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-generic-sys-util/customize.py b/script/get-generic-sys-util/customize.py index 18f85a7503..e6061a8997 100644 --- a/script/get-generic-sys-util/customize.py +++ b/script/get-generic-sys-util/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import re diff --git a/script/get-gh-actions-runner/COPYRIGHT.md b/script/get-gh-actions-runner/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-gh-actions-runner/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-gh-actions-runner/customize.py b/script/get-gh-actions-runner/customize.py index ea87909aec..83006dc309 100644 --- a/script/get-gh-actions-runner/customize.py +++ b/script/get-gh-actions-runner/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import cmind as cm diff --git a/script/get-git-repo/COPYRIGHT.md b/script/get-git-repo/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-git-repo/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-git-repo/customize.py b/script/get-git-repo/customize.py index a4bf817208..f292f4e19e 100644 --- a/script/get-git-repo/customize.py +++ b/script/get-git-repo/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import shutil diff --git a/script/get-github-cli/COPYRIGHT.md b/script/get-github-cli/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-github-cli/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-github-cli/customize.py b/script/get-github-cli/customize.py index b69878bf0e..a4bc06820b 100644 --- a/script/get-github-cli/customize.py +++ b/script/get-github-cli/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-go/COPYRIGHT.md b/script/get-go/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-go/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-go/customize.py b/script/get-go/customize.py index c343442f71..136fccf141 100644 --- a/script/get-go/customize.py +++ b/script/get-go/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-google-saxml/COPYRIGHT.md b/script/get-google-saxml/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-google-saxml/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-google-saxml/customize.py b/script/get-google-saxml/customize.py index 983d681f4a..29da237a59 100644 --- a/script/get-google-saxml/customize.py +++ b/script/get-google-saxml/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-google-test/COPYRIGHT.md b/script/get-google-test/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-google-test/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-google-test/customize.py b/script/get-google-test/customize.py index 67cbf331de..b604a9a7b5 100644 --- a/script/get-google-test/customize.py +++ b/script/get-google-test/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-ipol-src/COPYRIGHT.md b/script/get-ipol-src/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-ipol-src/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-ipol-src/customize.py b/script/get-ipol-src/customize.py index 3fb3504f64..61e06952fb 100644 --- a/script/get-ipol-src/customize.py +++ b/script/get-ipol-src/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-java/COPYRIGHT.md b/script/get-java/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-java/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-java/customize.py b/script/get-java/customize.py index e103ac4ffb..7d14a38275 100644 --- a/script/get-java/customize.py +++ b/script/get-java/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-javac/COPYRIGHT.md b/script/get-javac/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-javac/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-javac/customize.py b/script/get-javac/customize.py index a5a97c62dc..ea3689ecb7 100644 --- a/script/get-javac/customize.py +++ b/script/get-javac/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-lib-armnn/COPYRIGHT.md b/script/get-lib-armnn/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-lib-armnn/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-lib-armnn/customize.py b/script/get-lib-armnn/customize.py index 4fe934f3b6..7505dd0edc 100644 --- a/script/get-lib-armnn/customize.py +++ b/script/get-lib-armnn/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-lib-dnnl/COPYRIGHT.md b/script/get-lib-dnnl/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-lib-dnnl/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-lib-dnnl/customize.py b/script/get-lib-dnnl/customize.py index 8b834eb29e..4a921e0ec7 100644 --- a/script/get-lib-dnnl/customize.py +++ b/script/get-lib-dnnl/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-lib-protobuf/COPYRIGHT.md b/script/get-lib-protobuf/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-lib-protobuf/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-lib-protobuf/customize.py b/script/get-lib-protobuf/customize.py index dc9a423c24..882393320e 100644 --- a/script/get-lib-protobuf/customize.py +++ b/script/get-lib-protobuf/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-lib-qaic-api/COPYRIGHT.md b/script/get-lib-qaic-api/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-lib-qaic-api/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-lib-qaic-api/customize.py b/script/get-lib-qaic-api/customize.py index 4d9b738658..596a40c1a9 100644 --- a/script/get-lib-qaic-api/customize.py +++ b/script/get-lib-qaic-api/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-llvm/COPYRIGHT.md b/script/get-llvm/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-llvm/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-llvm/customize.py b/script/get-llvm/customize.py index 9b2ff3d5f0..6049d31593 100644 --- a/script/get-llvm/customize.py +++ b/script/get-llvm/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-microtvm/COPYRIGHT.md b/script/get-microtvm/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-microtvm/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-microtvm/customize.py b/script/get-microtvm/customize.py index db61f8d735..85440ac389 100644 --- a/script/get-microtvm/customize.py +++ b/script/get-microtvm/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import shutil diff --git a/script/get-ml-model-3d-unet-kits19/COPYRIGHT.md b/script/get-ml-model-3d-unet-kits19/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-ml-model-3d-unet-kits19/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-ml-model-3d-unet-kits19/customize.py b/script/get-ml-model-3d-unet-kits19/customize.py index dc3d4c605c..897e758c3b 100644 --- a/script/get-ml-model-3d-unet-kits19/customize.py +++ b/script/get-ml-model-3d-unet-kits19/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-ml-model-bert-base-squad/COPYRIGHT.md b/script/get-ml-model-bert-base-squad/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-ml-model-bert-base-squad/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-ml-model-bert-large-squad/COPYRIGHT.md b/script/get-ml-model-bert-large-squad/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-ml-model-bert-large-squad/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-ml-model-bert-large-squad/customize.py b/script/get-ml-model-bert-large-squad/customize.py index c584484557..5d4afe15a7 100644 --- a/script/get-ml-model-bert-large-squad/customize.py +++ b/script/get-ml-model-bert-large-squad/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-ml-model-dlrm-terabyte/COPYRIGHT.md b/script/get-ml-model-dlrm-terabyte/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-ml-model-dlrm-terabyte/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-ml-model-efficientnet-lite/COPYRIGHT.md b/script/get-ml-model-efficientnet-lite/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-ml-model-efficientnet-lite/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-ml-model-efficientnet-lite/customize.py b/script/get-ml-model-efficientnet-lite/customize.py index c0d8dd73cd..dbeedee41a 100644 --- a/script/get-ml-model-efficientnet-lite/customize.py +++ b/script/get-ml-model-efficientnet-lite/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-ml-model-gptj/COPYRIGHT.md b/script/get-ml-model-gptj/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-ml-model-gptj/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-ml-model-gptj/customize.py b/script/get-ml-model-gptj/customize.py index 90343764df..22ef4bd42f 100644 --- a/script/get-ml-model-gptj/customize.py +++ b/script/get-ml-model-gptj/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-ml-model-huggingface-zoo/COPYRIGHT.md b/script/get-ml-model-huggingface-zoo/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-ml-model-huggingface-zoo/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-ml-model-huggingface-zoo/customize.py b/script/get-ml-model-huggingface-zoo/customize.py index cd0b5a5c07..6f80ad11ff 100644 --- a/script/get-ml-model-huggingface-zoo/customize.py +++ b/script/get-ml-model-huggingface-zoo/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-ml-model-llama2/COPYRIGHT.md b/script/get-ml-model-llama2/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-ml-model-llama2/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-ml-model-llama2/customize.py b/script/get-ml-model-llama2/customize.py index 1f59493125..a463f77977 100644 --- a/script/get-ml-model-llama2/customize.py +++ b/script/get-ml-model-llama2/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-ml-model-mixtral/COPYRIGHT.md b/script/get-ml-model-mixtral/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-ml-model-mixtral/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-ml-model-mixtral/customize.py b/script/get-ml-model-mixtral/customize.py index a210368833..18b0a8ecfc 100644 --- a/script/get-ml-model-mixtral/customize.py +++ b/script/get-ml-model-mixtral/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-ml-model-mobilenet/COPYRIGHT.md b/script/get-ml-model-mobilenet/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-ml-model-mobilenet/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-ml-model-mobilenet/customize.py b/script/get-ml-model-mobilenet/customize.py index c0d8dd73cd..dbeedee41a 100644 --- a/script/get-ml-model-mobilenet/customize.py +++ b/script/get-ml-model-mobilenet/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-ml-model-neuralmagic-zoo/COPYRIGHT.md b/script/get-ml-model-neuralmagic-zoo/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-ml-model-neuralmagic-zoo/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-ml-model-neuralmagic-zoo/customize.py b/script/get-ml-model-neuralmagic-zoo/customize.py index 797932c14b..11dd18453f 100644 --- a/script/get-ml-model-neuralmagic-zoo/customize.py +++ b/script/get-ml-model-neuralmagic-zoo/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-ml-model-resnet50/COPYRIGHT.md b/script/get-ml-model-resnet50/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-ml-model-resnet50/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-ml-model-resnet50/customize.py b/script/get-ml-model-resnet50/customize.py index 3aced77567..0e2b986eaf 100644 --- a/script/get-ml-model-resnet50/customize.py +++ b/script/get-ml-model-resnet50/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-ml-model-retinanet-nvidia/COPYRIGHT.md b/script/get-ml-model-retinanet-nvidia/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-ml-model-retinanet-nvidia/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-ml-model-retinanet-nvidia/customize.py b/script/get-ml-model-retinanet-nvidia/customize.py index 52fce9129a..3fe50548fc 100644 --- a/script/get-ml-model-retinanet-nvidia/customize.py +++ b/script/get-ml-model-retinanet-nvidia/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-ml-model-retinanet/COPYRIGHT.md b/script/get-ml-model-retinanet/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-ml-model-retinanet/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-ml-model-retinanet/customize.py b/script/get-ml-model-retinanet/customize.py index 63a42a72ec..3e9d2b5116 100644 --- a/script/get-ml-model-retinanet/customize.py +++ b/script/get-ml-model-retinanet/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-ml-model-rgat/COPYRIGHT.md b/script/get-ml-model-rgat/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-ml-model-rgat/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-ml-model-rgat/customize.py b/script/get-ml-model-rgat/customize.py index 2fc39c59d2..dbecb0d8a1 100644 --- a/script/get-ml-model-rgat/customize.py +++ b/script/get-ml-model-rgat/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-ml-model-rnnt/COPYRIGHT.md b/script/get-ml-model-rnnt/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-ml-model-rnnt/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-ml-model-rnnt/customize.py b/script/get-ml-model-rnnt/customize.py index f41646dba8..15fec7cf53 100644 --- a/script/get-ml-model-rnnt/customize.py +++ b/script/get-ml-model-rnnt/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-ml-model-stable-diffusion/COPYRIGHT.md b/script/get-ml-model-stable-diffusion/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-ml-model-stable-diffusion/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-ml-model-stable-diffusion/customize.py b/script/get-ml-model-stable-diffusion/customize.py index cdaf6b90c2..828e87cfb6 100644 --- a/script/get-ml-model-stable-diffusion/customize.py +++ b/script/get-ml-model-stable-diffusion/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-ml-model-tiny-resnet/COPYRIGHT.md b/script/get-ml-model-tiny-resnet/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-ml-model-tiny-resnet/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-ml-model-tiny-resnet/customize.py b/script/get-ml-model-tiny-resnet/customize.py index d936088ba4..36c10bb488 100644 --- a/script/get-ml-model-tiny-resnet/customize.py +++ b/script/get-ml-model-tiny-resnet/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-ml-model-using-imagenet-from-model-zoo/COPYRIGHT.md b/script/get-ml-model-using-imagenet-from-model-zoo/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-ml-model-using-imagenet-from-model-zoo/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-ml-model-using-imagenet-from-model-zoo/customize.py b/script/get-ml-model-using-imagenet-from-model-zoo/customize.py index 884be01707..571c4ea259 100644 --- a/script/get-ml-model-using-imagenet-from-model-zoo/customize.py +++ b/script/get-ml-model-using-imagenet-from-model-zoo/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-mlperf-inference-intel-scratch-space/COPYRIGHT.md b/script/get-mlperf-inference-intel-scratch-space/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-mlperf-inference-intel-scratch-space/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-mlperf-inference-intel-scratch-space/customize.py b/script/get-mlperf-inference-intel-scratch-space/customize.py index b88245660a..a251094535 100644 --- a/script/get-mlperf-inference-intel-scratch-space/customize.py +++ b/script/get-mlperf-inference-intel-scratch-space/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-mlperf-inference-loadgen/COPYRIGHT.md b/script/get-mlperf-inference-loadgen/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-mlperf-inference-loadgen/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-mlperf-inference-loadgen/customize.py b/script/get-mlperf-inference-loadgen/customize.py index 524521e42a..de6d6299bd 100644 --- a/script/get-mlperf-inference-loadgen/customize.py +++ b/script/get-mlperf-inference-loadgen/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-mlperf-inference-nvidia-common-code/COPYRIGHT.md b/script/get-mlperf-inference-nvidia-common-code/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-mlperf-inference-nvidia-common-code/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-mlperf-inference-nvidia-common-code/customize.py b/script/get-mlperf-inference-nvidia-common-code/customize.py index 4edd4cbde6..61a2bfe4ba 100644 --- a/script/get-mlperf-inference-nvidia-common-code/customize.py +++ b/script/get-mlperf-inference-nvidia-common-code/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-mlperf-inference-nvidia-scratch-space/COPYRIGHT.md b/script/get-mlperf-inference-nvidia-scratch-space/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-mlperf-inference-nvidia-scratch-space/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-mlperf-inference-nvidia-scratch-space/customize.py b/script/get-mlperf-inference-nvidia-scratch-space/customize.py index 5335363893..90a733a7f8 100644 --- a/script/get-mlperf-inference-nvidia-scratch-space/customize.py +++ b/script/get-mlperf-inference-nvidia-scratch-space/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-mlperf-inference-results-dir/COPYRIGHT.md b/script/get-mlperf-inference-results-dir/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-mlperf-inference-results-dir/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-mlperf-inference-results-dir/customize.py b/script/get-mlperf-inference-results-dir/customize.py index f1beabcaa9..978e89c5ba 100644 --- a/script/get-mlperf-inference-results-dir/customize.py +++ b/script/get-mlperf-inference-results-dir/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-mlperf-inference-results/COPYRIGHT.md b/script/get-mlperf-inference-results/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-mlperf-inference-results/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-mlperf-inference-results/customize.py b/script/get-mlperf-inference-results/customize.py index 36f71224de..093e95040d 100644 --- a/script/get-mlperf-inference-results/customize.py +++ b/script/get-mlperf-inference-results/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import shutil diff --git a/script/get-mlperf-inference-src/COPYRIGHT.md b/script/get-mlperf-inference-src/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-mlperf-inference-src/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-mlperf-inference-src/customize.py b/script/get-mlperf-inference-src/customize.py index c9aad1ee14..0f6f10e2b1 100644 --- a/script/get-mlperf-inference-src/customize.py +++ b/script/get-mlperf-inference-src/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import shutil diff --git a/script/get-mlperf-inference-submission-dir/COPYRIGHT.md b/script/get-mlperf-inference-submission-dir/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-mlperf-inference-submission-dir/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-mlperf-inference-submission-dir/customize.py b/script/get-mlperf-inference-submission-dir/customize.py index f0f95f62fd..583a941174 100644 --- a/script/get-mlperf-inference-submission-dir/customize.py +++ b/script/get-mlperf-inference-submission-dir/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-mlperf-inference-sut-configs/COPYRIGHT.md b/script/get-mlperf-inference-sut-configs/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-mlperf-inference-sut-configs/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-mlperf-inference-sut-configs/customize.py b/script/get-mlperf-inference-sut-configs/customize.py index 8adbdc3b8c..b66c9cb205 100644 --- a/script/get-mlperf-inference-sut-configs/customize.py +++ b/script/get-mlperf-inference-sut-configs/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import yaml diff --git a/script/get-mlperf-inference-sut-description/COPYRIGHT.md b/script/get-mlperf-inference-sut-description/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-mlperf-inference-sut-description/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-mlperf-inference-sut-description/customize.py b/script/get-mlperf-inference-sut-description/customize.py index 0f7693fa0e..5bc14bc2d6 100644 --- a/script/get-mlperf-inference-sut-description/customize.py +++ b/script/get-mlperf-inference-sut-description/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import json diff --git a/script/get-mlperf-inference-utils/COPYRIGHT.md b/script/get-mlperf-inference-utils/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-mlperf-inference-utils/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-mlperf-inference-utils/customize.py b/script/get-mlperf-inference-utils/customize.py index 6f7f0a49b8..ec9fe4ddb1 100644 --- a/script/get-mlperf-inference-utils/customize.py +++ b/script/get-mlperf-inference-utils/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import sys diff --git a/script/get-mlperf-logging/COPYRIGHT.md b/script/get-mlperf-logging/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-mlperf-logging/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-mlperf-logging/customize.py b/script/get-mlperf-logging/customize.py index fea70fc389..1282175e0c 100644 --- a/script/get-mlperf-logging/customize.py +++ b/script/get-mlperf-logging/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import shutil diff --git a/script/get-mlperf-power-dev/COPYRIGHT.md b/script/get-mlperf-power-dev/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-mlperf-power-dev/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-mlperf-power-dev/customize.py b/script/get-mlperf-power-dev/customize.py index d091365bb7..bedbf96c43 100644 --- a/script/get-mlperf-power-dev/customize.py +++ b/script/get-mlperf-power-dev/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import shutil diff --git a/script/get-mlperf-tiny-eembc-energy-runner-src/COPYRIGHT.md b/script/get-mlperf-tiny-eembc-energy-runner-src/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-mlperf-tiny-eembc-energy-runner-src/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-mlperf-tiny-eembc-energy-runner-src/customize.py b/script/get-mlperf-tiny-eembc-energy-runner-src/customize.py index a2e5243154..66219c3da8 100644 --- a/script/get-mlperf-tiny-eembc-energy-runner-src/customize.py +++ b/script/get-mlperf-tiny-eembc-energy-runner-src/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import shutil diff --git a/script/get-mlperf-tiny-src/COPYRIGHT.md b/script/get-mlperf-tiny-src/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-mlperf-tiny-src/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-mlperf-tiny-src/customize.py b/script/get-mlperf-tiny-src/customize.py index f07ee475db..aaec439fe2 100644 --- a/script/get-mlperf-tiny-src/customize.py +++ b/script/get-mlperf-tiny-src/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import shutil diff --git a/script/get-mlperf-training-nvidia-code/COPYRIGHT.md b/script/get-mlperf-training-nvidia-code/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-mlperf-training-nvidia-code/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-mlperf-training-nvidia-code/customize.py b/script/get-mlperf-training-nvidia-code/customize.py index 4a2d1f33d0..11acbe12ed 100644 --- a/script/get-mlperf-training-nvidia-code/customize.py +++ b/script/get-mlperf-training-nvidia-code/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-mlperf-training-src/COPYRIGHT.md b/script/get-mlperf-training-src/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-mlperf-training-src/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-mlperf-training-src/customize.py b/script/get-mlperf-training-src/customize.py index 1af8336a89..7d0c4699e5 100644 --- a/script/get-mlperf-training-src/customize.py +++ b/script/get-mlperf-training-src/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import shutil diff --git a/script/get-nvidia-docker/COPYRIGHT.md b/script/get-nvidia-docker/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-nvidia-docker/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-nvidia-mitten/COPYRIGHT.md b/script/get-nvidia-mitten/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-nvidia-mitten/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-nvidia-mitten/customize.py b/script/get-nvidia-mitten/customize.py index 983d681f4a..29da237a59 100644 --- a/script/get-nvidia-mitten/customize.py +++ b/script/get-nvidia-mitten/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-onnxruntime-prebuilt/COPYRIGHT.md b/script/get-onnxruntime-prebuilt/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-onnxruntime-prebuilt/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-onnxruntime-prebuilt/customize.py b/script/get-onnxruntime-prebuilt/customize.py index ebb13a72fb..b14bc1670d 100644 --- a/script/get-onnxruntime-prebuilt/customize.py +++ b/script/get-onnxruntime-prebuilt/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-openssl/COPYRIGHT.md b/script/get-openssl/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-openssl/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-openssl/customize.py b/script/get-openssl/customize.py index 2ac5ac73b8..a824fb14c3 100644 --- a/script/get-openssl/customize.py +++ b/script/get-openssl/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-platform-details/COPYRIGHT.md b/script/get-platform-details/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-platform-details/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-platform-details/customize.py b/script/get-platform-details/customize.py index 485e5cee62..15b761269e 100644 --- a/script/get-platform-details/customize.py +++ b/script/get-platform-details/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import subprocess diff --git a/script/get-preprocessed-dataset-criteo/COPYRIGHT.md b/script/get-preprocessed-dataset-criteo/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-preprocessed-dataset-criteo/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-preprocessed-dataset-criteo/customize.py b/script/get-preprocessed-dataset-criteo/customize.py index bb60894f6d..7115e89b96 100644 --- a/script/get-preprocessed-dataset-criteo/customize.py +++ b/script/get-preprocessed-dataset-criteo/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import shutil diff --git a/script/get-preprocessed-dataset-generic/COPYRIGHT.md b/script/get-preprocessed-dataset-generic/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-preprocessed-dataset-generic/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-preprocessed-dataset-generic/customize.py b/script/get-preprocessed-dataset-generic/customize.py index c470734b90..a4d91ab372 100644 --- a/script/get-preprocessed-dataset-generic/customize.py +++ b/script/get-preprocessed-dataset-generic/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-preprocessed-dataset-imagenet/COPYRIGHT.md b/script/get-preprocessed-dataset-imagenet/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-preprocessed-dataset-imagenet/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-preprocessed-dataset-imagenet/customize.py b/script/get-preprocessed-dataset-imagenet/customize.py index 60fd02198b..a3727a64c4 100644 --- a/script/get-preprocessed-dataset-imagenet/customize.py +++ b/script/get-preprocessed-dataset-imagenet/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os from os.path import exists diff --git a/script/get-preprocessed-dataset-kits19/COPYRIGHT.md b/script/get-preprocessed-dataset-kits19/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-preprocessed-dataset-kits19/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-preprocessed-dataset-kits19/customize.py b/script/get-preprocessed-dataset-kits19/customize.py index 3b108f88a8..1914e0e642 100644 --- a/script/get-preprocessed-dataset-kits19/customize.py +++ b/script/get-preprocessed-dataset-kits19/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import shutil diff --git a/script/get-preprocessed-dataset-librispeech/COPYRIGHT.md b/script/get-preprocessed-dataset-librispeech/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-preprocessed-dataset-librispeech/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-preprocessed-dataset-librispeech/customize.py b/script/get-preprocessed-dataset-librispeech/customize.py index 7a3f6c73f0..e10df2196a 100644 --- a/script/get-preprocessed-dataset-librispeech/customize.py +++ b/script/get-preprocessed-dataset-librispeech/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import shutil diff --git a/script/get-preprocessed-dataset-openimages/COPYRIGHT.md b/script/get-preprocessed-dataset-openimages/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-preprocessed-dataset-openimages/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-preprocessed-dataset-openimages/customize.py b/script/get-preprocessed-dataset-openimages/customize.py index cec47ecea5..06b53bfb11 100644 --- a/script/get-preprocessed-dataset-openimages/customize.py +++ b/script/get-preprocessed-dataset-openimages/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import shutil diff --git a/script/get-preprocessed-dataset-openorca/COPYRIGHT.md b/script/get-preprocessed-dataset-openorca/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-preprocessed-dataset-openorca/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-preprocessed-dataset-openorca/customize.py b/script/get-preprocessed-dataset-openorca/customize.py index 7c042c839b..203742534f 100644 --- a/script/get-preprocessed-dataset-openorca/customize.py +++ b/script/get-preprocessed-dataset-openorca/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import shutil diff --git a/script/get-preprocessed-dataset-squad/COPYRIGHT.md b/script/get-preprocessed-dataset-squad/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-preprocessed-dataset-squad/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-preprocessed-dataset-squad/customize.py b/script/get-preprocessed-dataset-squad/customize.py index 1f72f139f6..9a4c988d1f 100644 --- a/script/get-preprocessed-dataset-squad/customize.py +++ b/script/get-preprocessed-dataset-squad/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-python3/COPYRIGHT.md b/script/get-python3/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-python3/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-python3/customize.py b/script/get-python3/customize.py index 1f05701a48..9f715f24c1 100644 --- a/script/get-python3/customize.py +++ b/script/get-python3/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-qaic-apps-sdk/COPYRIGHT.md b/script/get-qaic-apps-sdk/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-qaic-apps-sdk/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-qaic-apps-sdk/customize.py b/script/get-qaic-apps-sdk/customize.py index 5fd343f71c..30e424a25e 100644 --- a/script/get-qaic-apps-sdk/customize.py +++ b/script/get-qaic-apps-sdk/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import xml.etree.ElementTree as et diff --git a/script/get-qaic-platform-sdk/COPYRIGHT.md b/script/get-qaic-platform-sdk/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-qaic-platform-sdk/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-qaic-platform-sdk/customize.py b/script/get-qaic-platform-sdk/customize.py index 33e9548ba7..aaeb6e6cb8 100644 --- a/script/get-qaic-platform-sdk/customize.py +++ b/script/get-qaic-platform-sdk/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import xml.etree.ElementTree as et diff --git a/script/get-qaic-software-kit/COPYRIGHT.md b/script/get-qaic-software-kit/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-qaic-software-kit/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-qaic-software-kit/customize.py b/script/get-qaic-software-kit/customize.py index 77edac7696..76d9e8f582 100644 --- a/script/get-qaic-software-kit/customize.py +++ b/script/get-qaic-software-kit/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-rclone-config/COPYRIGHT.md b/script/get-rclone-config/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-rclone-config/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-rclone-config/customize.py b/script/get-rclone-config/customize.py index 10893238fe..a556f4b97f 100644 --- a/script/get-rclone-config/customize.py +++ b/script/get-rclone-config/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-rclone/COPYRIGHT.md b/script/get-rclone/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-rclone/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-rclone/customize.py b/script/get-rclone/customize.py index 7dec29c71d..10a975424b 100644 --- a/script/get-rclone/customize.py +++ b/script/get-rclone/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import configparser diff --git a/script/get-rocm-devices/COPYRIGHT.md b/script/get-rocm-devices/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-rocm-devices/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-rocm-devices/customize.py b/script/get-rocm-devices/customize.py index 0b0d0d9ce6..f6540af1f3 100644 --- a/script/get-rocm-devices/customize.py +++ b/script/get-rocm-devices/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import subprocess diff --git a/script/get-rocm/COPYRIGHT.md b/script/get-rocm/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-rocm/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-rocm/customize.py b/script/get-rocm/customize.py index 1e9c5071ce..c6a2252b8c 100644 --- a/script/get-rocm/customize.py +++ b/script/get-rocm/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-spec-ptd/COPYRIGHT.md b/script/get-spec-ptd/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-spec-ptd/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-spec-ptd/customize.py b/script/get-spec-ptd/customize.py index 6e88200dd5..04d1bedae4 100644 --- a/script/get-spec-ptd/customize.py +++ b/script/get-spec-ptd/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import shutil diff --git a/script/get-sys-utils-cm/COPYRIGHT.md b/script/get-sys-utils-cm/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-sys-utils-cm/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-sys-utils-cm/customize.py b/script/get-sys-utils-cm/customize.py index 994f9f46be..6f052c75b9 100644 --- a/script/get-sys-utils-cm/customize.py +++ b/script/get-sys-utils-cm/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-sys-utils-min/COPYRIGHT.md b/script/get-sys-utils-min/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-sys-utils-min/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-sys-utils-min/customize.py b/script/get-sys-utils-min/customize.py index 6efb11fa07..0230039c23 100644 --- a/script/get-sys-utils-min/customize.py +++ b/script/get-sys-utils-min/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-tensorrt/COPYRIGHT.md b/script/get-tensorrt/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-tensorrt/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-tensorrt/customize.py b/script/get-tensorrt/customize.py index addc7322c2..7f0bbe977b 100644 --- a/script/get-tensorrt/customize.py +++ b/script/get-tensorrt/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import tarfile diff --git a/script/get-terraform/COPYRIGHT.md b/script/get-terraform/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-terraform/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-terraform/customize.py b/script/get-terraform/customize.py index 1ec8af5c6a..765e599d9e 100644 --- a/script/get-terraform/customize.py +++ b/script/get-terraform/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-tvm-model/COPYRIGHT.md b/script/get-tvm-model/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-tvm-model/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-tvm-model/customize.py b/script/get-tvm-model/customize.py index ce883ce36a..7fc7a54f28 100644 --- a/script/get-tvm-model/customize.py +++ b/script/get-tvm-model/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-tvm/COPYRIGHT.md b/script/get-tvm/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-tvm/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-tvm/customize.py b/script/get-tvm/customize.py index b7995264ba..b6bdaf5c94 100644 --- a/script/get-tvm/customize.py +++ b/script/get-tvm/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-xilinx-sdk/COPYRIGHT.md b/script/get-xilinx-sdk/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-xilinx-sdk/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-xilinx-sdk/customize.py b/script/get-xilinx-sdk/customize.py index 52922d29c0..b6650af144 100644 --- a/script/get-xilinx-sdk/customize.py +++ b/script/get-xilinx-sdk/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-zendnn/COPYRIGHT.md b/script/get-zendnn/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-zendnn/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-zendnn/customize.py b/script/get-zendnn/customize.py index 5310eea521..e32b8123da 100644 --- a/script/get-zendnn/customize.py +++ b/script/get-zendnn/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-zephyr-sdk/COPYRIGHT.md b/script/get-zephyr-sdk/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-zephyr-sdk/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-zephyr-sdk/customize.py b/script/get-zephyr-sdk/customize.py index d0b05d6757..13559e2a08 100644 --- a/script/get-zephyr-sdk/customize.py +++ b/script/get-zephyr-sdk/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/get-zephyr/COPYRIGHT.md b/script/get-zephyr/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/get-zephyr/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/get-zephyr/customize.py b/script/get-zephyr/customize.py index 74b8a9fec4..85429b22d6 100644 --- a/script/get-zephyr/customize.py +++ b/script/get-zephyr/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/gui/COPYRIGHT.md b/script/gui/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/gui/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/gui/customize.py b/script/gui/customize.py index 185e11e1ea..9b25588a98 100644 --- a/script/gui/customize.py +++ b/script/gui/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + # Developer(s): Grigori Fursin from cmind import utils diff --git a/script/import-mlperf-inference-to-experiment/COPYRIGHT.md b/script/import-mlperf-inference-to-experiment/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/import-mlperf-inference-to-experiment/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/import-mlperf-inference-to-experiment/customize.py b/script/import-mlperf-inference-to-experiment/customize.py index 38825892ee..05008635c5 100644 --- a/script/import-mlperf-inference-to-experiment/customize.py +++ b/script/import-mlperf-inference-to-experiment/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + import cmind as cm from cmind import utils diff --git a/script/import-mlperf-tiny-to-experiment/COPYRIGHT.md b/script/import-mlperf-tiny-to-experiment/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/import-mlperf-tiny-to-experiment/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/import-mlperf-tiny-to-experiment/customize.py b/script/import-mlperf-tiny-to-experiment/customize.py index 5fee2ca853..f38079acaf 100644 --- a/script/import-mlperf-tiny-to-experiment/customize.py +++ b/script/import-mlperf-tiny-to-experiment/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + import cmind as cm from cmind import utils diff --git a/script/import-mlperf-training-to-experiment/COPYRIGHT.md b/script/import-mlperf-training-to-experiment/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/import-mlperf-training-to-experiment/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/import-mlperf-training-to-experiment/customize.py b/script/import-mlperf-training-to-experiment/customize.py index e46cb24b45..457fabe84e 100644 --- a/script/import-mlperf-training-to-experiment/customize.py +++ b/script/import-mlperf-training-to-experiment/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + import cmind as cm from cmind import utils diff --git a/script/install-apt-package/COPYRIGHT.md b/script/install-apt-package/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/install-apt-package/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/install-apt-package/customize.py b/script/install-apt-package/customize.py index 21e27eedaa..608d7b063c 100644 --- a/script/install-apt-package/customize.py +++ b/script/install-apt-package/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import re diff --git a/script/install-aws-cli/COPYRIGHT.md b/script/install-aws-cli/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/install-aws-cli/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/install-aws-cli/customize.py b/script/install-aws-cli/customize.py index 032a4f3bf2..d7fcced37b 100644 --- a/script/install-aws-cli/customize.py +++ b/script/install-aws-cli/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/install-bazel/COPYRIGHT.md b/script/install-bazel/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/install-bazel/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/install-bazel/customize.py b/script/install-bazel/customize.py index 4bd79760b8..d6c2e1d87b 100644 --- a/script/install-bazel/customize.py +++ b/script/install-bazel/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/install-cmake-prebuilt/COPYRIGHT.md b/script/install-cmake-prebuilt/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/install-cmake-prebuilt/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/install-cmake-prebuilt/customize.py b/script/install-cmake-prebuilt/customize.py index 2f5c4c4f1a..257b27ba12 100644 --- a/script/install-cmake-prebuilt/customize.py +++ b/script/install-cmake-prebuilt/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/install-cuda-package-manager/COPYRIGHT.md b/script/install-cuda-package-manager/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/install-cuda-package-manager/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/install-cuda-package-manager/customize.py b/script/install-cuda-package-manager/customize.py index fb84652e3d..72daf39cc2 100644 --- a/script/install-cuda-package-manager/customize.py +++ b/script/install-cuda-package-manager/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/install-cuda-prebuilt/COPYRIGHT.md b/script/install-cuda-prebuilt/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/install-cuda-prebuilt/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/install-cuda-prebuilt/customize.py b/script/install-cuda-prebuilt/customize.py index db49f81b32..63f43727d9 100644 --- a/script/install-cuda-prebuilt/customize.py +++ b/script/install-cuda-prebuilt/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/install-diffusers-from-src/COPYRIGHT.md b/script/install-diffusers-from-src/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/install-diffusers-from-src/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/install-diffusers-from-src/customize.py b/script/install-diffusers-from-src/customize.py index 6d5e7f9db3..bcb4fa9ca9 100644 --- a/script/install-diffusers-from-src/customize.py +++ b/script/install-diffusers-from-src/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/install-gcc-src/COPYRIGHT.md b/script/install-gcc-src/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/install-gcc-src/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/install-gcc-src/customize.py b/script/install-gcc-src/customize.py index a368cdfb8d..e428b949ed 100644 --- a/script/install-gcc-src/customize.py +++ b/script/install-gcc-src/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/install-generic-conda-package/COPYRIGHT.md b/script/install-generic-conda-package/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/install-generic-conda-package/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/install-generic-conda-package/customize.py b/script/install-generic-conda-package/customize.py index 5310923d66..b9fce2df85 100644 --- a/script/install-generic-conda-package/customize.py +++ b/script/install-generic-conda-package/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import cmind as cm diff --git a/script/install-gflags-from-src/COPYRIGHT.md b/script/install-gflags-from-src/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/install-gflags-from-src/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/install-gflags-from-src/customize.py b/script/install-gflags-from-src/customize.py index 030b0b8b45..ff527b4546 100644 --- a/script/install-gflags-from-src/customize.py +++ b/script/install-gflags-from-src/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/install-gflags/COPYRIGHT.md b/script/install-gflags/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/install-gflags/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/install-gflags/customize.py b/script/install-gflags/customize.py index d9caffb60c..12e8ee9578 100644 --- a/script/install-gflags/customize.py +++ b/script/install-gflags/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/install-github-cli/COPYRIGHT.md b/script/install-github-cli/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/install-github-cli/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/install-github-cli/customize.py b/script/install-github-cli/customize.py index 5079c4d741..2d5062251a 100644 --- a/script/install-github-cli/customize.py +++ b/script/install-github-cli/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/install-intel-neural-speed-from-src/COPYRIGHT.md b/script/install-intel-neural-speed-from-src/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/install-intel-neural-speed-from-src/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/install-intel-neural-speed-from-src/customize.py b/script/install-intel-neural-speed-from-src/customize.py index 9ac64a4f8a..a8e9b5fdd5 100644 --- a/script/install-intel-neural-speed-from-src/customize.py +++ b/script/install-intel-neural-speed-from-src/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/install-ipex-from-src/COPYRIGHT.md b/script/install-ipex-from-src/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/install-ipex-from-src/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/install-ipex-from-src/customize.py b/script/install-ipex-from-src/customize.py index d257493046..ab6a15554d 100644 --- a/script/install-ipex-from-src/customize.py +++ b/script/install-ipex-from-src/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/install-llvm-prebuilt/COPYRIGHT.md b/script/install-llvm-prebuilt/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/install-llvm-prebuilt/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/install-llvm-prebuilt/customize.py b/script/install-llvm-prebuilt/customize.py index 23c116ee99..0b181c194a 100644 --- a/script/install-llvm-prebuilt/customize.py +++ b/script/install-llvm-prebuilt/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/install-llvm-src/COPYRIGHT.md b/script/install-llvm-src/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/install-llvm-src/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/install-llvm-src/customize.py b/script/install-llvm-src/customize.py index 5a359ac7e0..94832b3e4d 100644 --- a/script/install-llvm-src/customize.py +++ b/script/install-llvm-src/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/install-mlperf-logging-from-src/COPYRIGHT.md b/script/install-mlperf-logging-from-src/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/install-mlperf-logging-from-src/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/install-mlperf-logging-from-src/customize.py b/script/install-mlperf-logging-from-src/customize.py index 273999d460..89236cec96 100644 --- a/script/install-mlperf-logging-from-src/customize.py +++ b/script/install-mlperf-logging-from-src/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/install-nccl-libs/COPYRIGHT.md b/script/install-nccl-libs/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/install-nccl-libs/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/install-nccl-libs/customize.py b/script/install-nccl-libs/customize.py index 273999d460..89236cec96 100644 --- a/script/install-nccl-libs/customize.py +++ b/script/install-nccl-libs/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/install-numactl-from-src/COPYRIGHT.md b/script/install-numactl-from-src/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/install-numactl-from-src/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/install-numactl-from-src/customize.py b/script/install-numactl-from-src/customize.py index 5605e99b00..157be4d9b9 100644 --- a/script/install-numactl-from-src/customize.py +++ b/script/install-numactl-from-src/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/install-onednn-from-src/COPYRIGHT.md b/script/install-onednn-from-src/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/install-onednn-from-src/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/install-onednn-from-src/customize.py b/script/install-onednn-from-src/customize.py index facd107df1..216391d335 100644 --- a/script/install-onednn-from-src/customize.py +++ b/script/install-onednn-from-src/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/install-onnxruntime-from-src/COPYRIGHT.md b/script/install-onnxruntime-from-src/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/install-onnxruntime-from-src/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/install-onnxruntime-from-src/customize.py b/script/install-onnxruntime-from-src/customize.py index 0f11967a0e..12c42eafc7 100644 --- a/script/install-onnxruntime-from-src/customize.py +++ b/script/install-onnxruntime-from-src/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/install-opencv-from-src/COPYRIGHT.md b/script/install-opencv-from-src/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/install-opencv-from-src/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/install-opencv-from-src/customize.py b/script/install-opencv-from-src/customize.py index bc4ebf61fc..1d7883e9fc 100644 --- a/script/install-opencv-from-src/customize.py +++ b/script/install-opencv-from-src/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/install-openssl/COPYRIGHT.md b/script/install-openssl/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/install-openssl/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/install-openssl/customize.py b/script/install-openssl/customize.py index 23ece8afb5..fea55e3231 100644 --- a/script/install-openssl/customize.py +++ b/script/install-openssl/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/install-pip-package-for-cmind-python/COPYRIGHT.md b/script/install-pip-package-for-cmind-python/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/install-pip-package-for-cmind-python/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/install-pip-package-for-cmind-python/customize.py b/script/install-pip-package-for-cmind-python/customize.py index 05960de84e..1fa0b99f5a 100644 --- a/script/install-pip-package-for-cmind-python/customize.py +++ b/script/install-pip-package-for-cmind-python/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import subprocess diff --git a/script/install-python-src/COPYRIGHT.md b/script/install-python-src/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/install-python-src/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/install-python-src/customize.py b/script/install-python-src/customize.py index 25edf22f49..26641f5d29 100644 --- a/script/install-python-src/customize.py +++ b/script/install-python-src/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/install-python-venv/COPYRIGHT.md b/script/install-python-venv/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/install-python-venv/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/install-python-venv/customize.py b/script/install-python-venv/customize.py index a9a411524d..1e6afb71c7 100644 --- a/script/install-python-venv/customize.py +++ b/script/install-python-venv/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/install-pytorch-from-src/COPYRIGHT.md b/script/install-pytorch-from-src/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/install-pytorch-from-src/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/install-pytorch-from-src/customize.py b/script/install-pytorch-from-src/customize.py index d44872d7a8..38d6582fc3 100644 --- a/script/install-pytorch-from-src/customize.py +++ b/script/install-pytorch-from-src/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/install-pytorch-kineto-from-src/COPYRIGHT.md b/script/install-pytorch-kineto-from-src/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/install-pytorch-kineto-from-src/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/install-pytorch-kineto-from-src/customize.py b/script/install-pytorch-kineto-from-src/customize.py index 032a4f3bf2..d7fcced37b 100644 --- a/script/install-pytorch-kineto-from-src/customize.py +++ b/script/install-pytorch-kineto-from-src/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/install-qaic-compute-sdk-from-src/COPYRIGHT.md b/script/install-qaic-compute-sdk-from-src/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/install-qaic-compute-sdk-from-src/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/install-qaic-compute-sdk-from-src/customize.py b/script/install-qaic-compute-sdk-from-src/customize.py index fec123a6be..c2d1f3d807 100644 --- a/script/install-qaic-compute-sdk-from-src/customize.py +++ b/script/install-qaic-compute-sdk-from-src/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/install-rapidjson-from-src/COPYRIGHT.md b/script/install-rapidjson-from-src/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/install-rapidjson-from-src/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/install-rapidjson-from-src/customize.py b/script/install-rapidjson-from-src/customize.py index 6d5e7f9db3..bcb4fa9ca9 100644 --- a/script/install-rapidjson-from-src/customize.py +++ b/script/install-rapidjson-from-src/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/install-rocm/COPYRIGHT.md b/script/install-rocm/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/install-rocm/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/install-rocm/customize.py b/script/install-rocm/customize.py index 2762f81389..66277942ab 100644 --- a/script/install-rocm/customize.py +++ b/script/install-rocm/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/install-tensorflow-for-c/COPYRIGHT.md b/script/install-tensorflow-for-c/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/install-tensorflow-for-c/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/install-tensorflow-for-c/customize.py b/script/install-tensorflow-for-c/customize.py index d950482c4e..4ab11f8993 100644 --- a/script/install-tensorflow-for-c/customize.py +++ b/script/install-tensorflow-for-c/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/install-tensorflow-from-src/COPYRIGHT.md b/script/install-tensorflow-from-src/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/install-tensorflow-from-src/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/install-tensorflow-from-src/customize.py b/script/install-tensorflow-from-src/customize.py index f591d55227..0019fc2164 100644 --- a/script/install-tensorflow-from-src/customize.py +++ b/script/install-tensorflow-from-src/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/install-terraform-from-src/COPYRIGHT.md b/script/install-terraform-from-src/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/install-terraform-from-src/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/install-terraform-from-src/customize.py b/script/install-terraform-from-src/customize.py index fb46c1192f..b17e4237be 100644 --- a/script/install-terraform-from-src/customize.py +++ b/script/install-terraform-from-src/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/install-tflite-from-src/COPYRIGHT.md b/script/install-tflite-from-src/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/install-tflite-from-src/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/install-tflite-from-src/customize.py b/script/install-tflite-from-src/customize.py index b230459384..6d625a8d85 100644 --- a/script/install-tflite-from-src/customize.py +++ b/script/install-tflite-from-src/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/install-torchvision-from-src/COPYRIGHT.md b/script/install-torchvision-from-src/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/install-torchvision-from-src/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/install-torchvision-from-src/customize.py b/script/install-torchvision-from-src/customize.py index 6d5e7f9db3..bcb4fa9ca9 100644 --- a/script/install-torchvision-from-src/customize.py +++ b/script/install-torchvision-from-src/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/install-tpp-pytorch-extension/COPYRIGHT.md b/script/install-tpp-pytorch-extension/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/install-tpp-pytorch-extension/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/install-tpp-pytorch-extension/customize.py b/script/install-tpp-pytorch-extension/customize.py index 6ee676b687..fa39e8c955 100644 --- a/script/install-tpp-pytorch-extension/customize.py +++ b/script/install-tpp-pytorch-extension/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/install-transformers-from-src/COPYRIGHT.md b/script/install-transformers-from-src/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/install-transformers-from-src/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/install-transformers-from-src/customize.py b/script/install-transformers-from-src/customize.py index c287139fe5..37321608e7 100644 --- a/script/install-transformers-from-src/customize.py +++ b/script/install-transformers-from-src/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/launch-benchmark/COPYRIGHT.md b/script/launch-benchmark/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/launch-benchmark/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/launch-benchmark/customize.py b/script/launch-benchmark/customize.py index 86e7297156..9301357f04 100644 --- a/script/launch-benchmark/customize.py +++ b/script/launch-benchmark/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + import cmind import os import copy diff --git a/script/plug-prebuilt-cudnn-to-cuda/COPYRIGHT.md b/script/plug-prebuilt-cudnn-to-cuda/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/plug-prebuilt-cudnn-to-cuda/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/plug-prebuilt-cudnn-to-cuda/customize.py b/script/plug-prebuilt-cudnn-to-cuda/customize.py index 2beb23e1fa..2e246e4537 100644 --- a/script/plug-prebuilt-cudnn-to-cuda/customize.py +++ b/script/plug-prebuilt-cudnn-to-cuda/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/plug-prebuilt-cusparselt-to-cuda/COPYRIGHT.md b/script/plug-prebuilt-cusparselt-to-cuda/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/plug-prebuilt-cusparselt-to-cuda/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/plug-prebuilt-cusparselt-to-cuda/customize.py b/script/plug-prebuilt-cusparselt-to-cuda/customize.py index 9262677055..077bb670e2 100644 --- a/script/plug-prebuilt-cusparselt-to-cuda/customize.py +++ b/script/plug-prebuilt-cusparselt-to-cuda/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/prepare-training-data-bert/COPYRIGHT.md b/script/prepare-training-data-bert/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/prepare-training-data-bert/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/prepare-training-data-bert/customize.py b/script/prepare-training-data-bert/customize.py index e2c3907e28..6c74e84e6b 100644 --- a/script/prepare-training-data-bert/customize.py +++ b/script/prepare-training-data-bert/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/prepare-training-data-resnet/COPYRIGHT.md b/script/prepare-training-data-resnet/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/prepare-training-data-resnet/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/prepare-training-data-resnet/customize.py b/script/prepare-training-data-resnet/customize.py index ee4c879cc6..f85dae70cb 100644 --- a/script/prepare-training-data-resnet/customize.py +++ b/script/prepare-training-data-resnet/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/preprocess-mlperf-inference-submission/COPYRIGHT.md b/script/preprocess-mlperf-inference-submission/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/preprocess-mlperf-inference-submission/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/preprocess-mlperf-inference-submission/customize.py b/script/preprocess-mlperf-inference-submission/customize.py index fc91b08a88..28ceaf7f85 100644 --- a/script/preprocess-mlperf-inference-submission/customize.py +++ b/script/preprocess-mlperf-inference-submission/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import cmind as cm import os diff --git a/script/print-any-text/COPYRIGHT.md b/script/print-any-text/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/print-any-text/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/print-any-text/customize.py b/script/print-any-text/customize.py index 6437e1c474..ff114354de 100644 --- a/script/print-any-text/customize.py +++ b/script/print-any-text/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + # Developer(s): Grigori Fursin from cmind import utils diff --git a/script/print-croissant-desc/COPYRIGHT.md b/script/print-croissant-desc/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/print-croissant-desc/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/print-hello-world-java/COPYRIGHT.md b/script/print-hello-world-java/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/print-hello-world-java/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/print-hello-world-javac/COPYRIGHT.md b/script/print-hello-world-javac/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/print-hello-world-javac/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/print-hello-world-py/COPYRIGHT.md b/script/print-hello-world-py/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/print-hello-world-py/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/print-hello-world-py/customize.py b/script/print-hello-world-py/customize.py index 3ee63ecb18..3dc768d9b7 100644 --- a/script/print-hello-world-py/customize.py +++ b/script/print-hello-world-py/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + # Developer(s): Grigori Fursin import os diff --git a/script/print-hello-world/COPYRIGHT.md b/script/print-hello-world/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/print-hello-world/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/print-python-version/COPYRIGHT.md b/script/print-python-version/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/print-python-version/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/process-ae-users/COPYRIGHT.md b/script/process-ae-users/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/process-ae-users/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/process-ae-users/customize.py b/script/process-ae-users/customize.py index e0f6b1ef23..197b3c27b1 100644 --- a/script/process-ae-users/customize.py +++ b/script/process-ae-users/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import cmind as cm import os diff --git a/script/process-mlperf-accuracy/COPYRIGHT.md b/script/process-mlperf-accuracy/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/process-mlperf-accuracy/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/process-mlperf-accuracy/customize.py b/script/process-mlperf-accuracy/customize.py index 381b1cdcd1..1e4363da6d 100644 --- a/script/process-mlperf-accuracy/customize.py +++ b/script/process-mlperf-accuracy/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import cmind as cm import os diff --git a/script/prune-bert-models/COPYRIGHT.md b/script/prune-bert-models/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/prune-bert-models/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/prune-bert-models/customize.py b/script/prune-bert-models/customize.py index ae3a704e98..824d78a37e 100644 --- a/script/prune-bert-models/customize.py +++ b/script/prune-bert-models/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/prune-docker/COPYRIGHT.md b/script/prune-docker/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/prune-docker/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/publish-results-to-dashboard/COPYRIGHT.md b/script/publish-results-to-dashboard/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/publish-results-to-dashboard/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/pull-git-repo/COPYRIGHT.md b/script/pull-git-repo/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/pull-git-repo/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/pull-git-repo/customize.py b/script/pull-git-repo/customize.py index 55a581bb5c..7f7633ec28 100644 --- a/script/pull-git-repo/customize.py +++ b/script/pull-git-repo/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import shutil diff --git a/script/push-csv-to-spreadsheet/COPYRIGHT.md b/script/push-csv-to-spreadsheet/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/push-csv-to-spreadsheet/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/push-csv-to-spreadsheet/customize.py b/script/push-csv-to-spreadsheet/customize.py index 213925e2f0..5d4fa830bb 100644 --- a/script/push-csv-to-spreadsheet/customize.py +++ b/script/push-csv-to-spreadsheet/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import cmind as cm import os diff --git a/script/push-mlperf-inference-results-to-github/COPYRIGHT.md b/script/push-mlperf-inference-results-to-github/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/push-mlperf-inference-results-to-github/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/push-mlperf-inference-results-to-github/customize.py b/script/push-mlperf-inference-results-to-github/customize.py index f1cfe1ebab..0ea2d2ce84 100644 --- a/script/push-mlperf-inference-results-to-github/customize.py +++ b/script/push-mlperf-inference-results-to-github/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import cmind as cm import os diff --git a/script/remote-run-commands/COPYRIGHT.md b/script/remote-run-commands/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/remote-run-commands/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/remote-run-commands/customize.py b/script/remote-run-commands/customize.py index bd5a0f9dbf..0c71225abe 100644 --- a/script/remote-run-commands/customize.py +++ b/script/remote-run-commands/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/reproduce-ieee-acm-micro2023-paper-22/COPYRIGHT.md b/script/reproduce-ieee-acm-micro2023-paper-22/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/reproduce-ieee-acm-micro2023-paper-22/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/reproduce-ieee-acm-micro2023-paper-22/customize.py b/script/reproduce-ieee-acm-micro2023-paper-22/customize.py index 273999d460..89236cec96 100644 --- a/script/reproduce-ieee-acm-micro2023-paper-22/customize.py +++ b/script/reproduce-ieee-acm-micro2023-paper-22/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/reproduce-ieee-acm-micro2023-paper-28/COPYRIGHT.md b/script/reproduce-ieee-acm-micro2023-paper-28/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/reproduce-ieee-acm-micro2023-paper-28/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/reproduce-ieee-acm-micro2023-paper-28/customize.py b/script/reproduce-ieee-acm-micro2023-paper-28/customize.py index 273999d460..89236cec96 100644 --- a/script/reproduce-ieee-acm-micro2023-paper-28/customize.py +++ b/script/reproduce-ieee-acm-micro2023-paper-28/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/reproduce-ieee-acm-micro2023-paper-33/COPYRIGHT.md b/script/reproduce-ieee-acm-micro2023-paper-33/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/reproduce-ieee-acm-micro2023-paper-33/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/reproduce-ieee-acm-micro2023-paper-33/customize.py b/script/reproduce-ieee-acm-micro2023-paper-33/customize.py index 273999d460..89236cec96 100644 --- a/script/reproduce-ieee-acm-micro2023-paper-33/customize.py +++ b/script/reproduce-ieee-acm-micro2023-paper-33/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/reproduce-ieee-acm-micro2023-paper-38/COPYRIGHT.md b/script/reproduce-ieee-acm-micro2023-paper-38/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/reproduce-ieee-acm-micro2023-paper-38/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/reproduce-ieee-acm-micro2023-paper-5/COPYRIGHT.md b/script/reproduce-ieee-acm-micro2023-paper-5/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/reproduce-ieee-acm-micro2023-paper-5/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/reproduce-ieee-acm-micro2023-paper-5/customize.py b/script/reproduce-ieee-acm-micro2023-paper-5/customize.py index 273999d460..89236cec96 100644 --- a/script/reproduce-ieee-acm-micro2023-paper-5/customize.py +++ b/script/reproduce-ieee-acm-micro2023-paper-5/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/reproduce-ieee-acm-micro2023-paper-8/COPYRIGHT.md b/script/reproduce-ieee-acm-micro2023-paper-8/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/reproduce-ieee-acm-micro2023-paper-8/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/reproduce-ieee-acm-micro2023-paper-8/customize.py b/script/reproduce-ieee-acm-micro2023-paper-8/customize.py index 273999d460..89236cec96 100644 --- a/script/reproduce-ieee-acm-micro2023-paper-8/customize.py +++ b/script/reproduce-ieee-acm-micro2023-paper-8/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/reproduce-ieee-acm-micro2023-paper-85/COPYRIGHT.md b/script/reproduce-ieee-acm-micro2023-paper-85/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/reproduce-ieee-acm-micro2023-paper-85/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/reproduce-ieee-acm-micro2023-paper-85/customize.py b/script/reproduce-ieee-acm-micro2023-paper-85/customize.py index 273999d460..89236cec96 100644 --- a/script/reproduce-ieee-acm-micro2023-paper-85/customize.py +++ b/script/reproduce-ieee-acm-micro2023-paper-85/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/reproduce-ieee-acm-micro2023-paper-87/COPYRIGHT.md b/script/reproduce-ieee-acm-micro2023-paper-87/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/reproduce-ieee-acm-micro2023-paper-87/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/reproduce-ieee-acm-micro2023-paper-96/COPYRIGHT.md b/script/reproduce-ieee-acm-micro2023-paper-96/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/reproduce-ieee-acm-micro2023-paper-96/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/reproduce-ieee-acm-micro2023-paper-96/customize.py b/script/reproduce-ieee-acm-micro2023-paper-96/customize.py index 273999d460..89236cec96 100644 --- a/script/reproduce-ieee-acm-micro2023-paper-96/customize.py +++ b/script/reproduce-ieee-acm-micro2023-paper-96/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/reproduce-ipol-paper-2022-439/COPYRIGHT.md b/script/reproduce-ipol-paper-2022-439/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/reproduce-ipol-paper-2022-439/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/reproduce-ipol-paper-2022-439/customize.py b/script/reproduce-ipol-paper-2022-439/customize.py index fca74f12fc..10b385d3e5 100644 --- a/script/reproduce-ipol-paper-2022-439/customize.py +++ b/script/reproduce-ipol-paper-2022-439/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/reproduce-mlperf-octoml-tinyml-results/COPYRIGHT.md b/script/reproduce-mlperf-octoml-tinyml-results/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/reproduce-mlperf-octoml-tinyml-results/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/reproduce-mlperf-octoml-tinyml-results/customize.py b/script/reproduce-mlperf-octoml-tinyml-results/customize.py index 7e9eac6901..033ff8281f 100644 --- a/script/reproduce-mlperf-octoml-tinyml-results/customize.py +++ b/script/reproduce-mlperf-octoml-tinyml-results/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/reproduce-mlperf-training-nvidia/COPYRIGHT.md b/script/reproduce-mlperf-training-nvidia/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/reproduce-mlperf-training-nvidia/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/reproduce-mlperf-training-nvidia/customize.py b/script/reproduce-mlperf-training-nvidia/customize.py index cdc98cc7c8..0b603ffac1 100644 --- a/script/reproduce-mlperf-training-nvidia/customize.py +++ b/script/reproduce-mlperf-training-nvidia/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import shutil diff --git a/script/run-all-mlperf-models/COPYRIGHT.md b/script/run-all-mlperf-models/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/run-all-mlperf-models/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/run-all-mlperf-models/customize.py b/script/run-all-mlperf-models/customize.py index 7887602c08..367a60d63e 100644 --- a/script/run-all-mlperf-models/customize.py +++ b/script/run-all-mlperf-models/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/run-docker-container/COPYRIGHT.md b/script/run-docker-container/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/run-docker-container/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/run-docker-container/customize.py b/script/run-docker-container/customize.py index 9703080d0e..6a0ce7ce50 100644 --- a/script/run-docker-container/customize.py +++ b/script/run-docker-container/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import cmind as cm import os diff --git a/script/run-mlperf-inference-app/COPYRIGHT.md b/script/run-mlperf-inference-app/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/run-mlperf-inference-app/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/run-mlperf-inference-app/customize.py b/script/run-mlperf-inference-app/customize.py index 9b5f350d4b..e620df68b0 100644 --- a/script/run-mlperf-inference-app/customize.py +++ b/script/run-mlperf-inference-app/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import json diff --git a/script/run-mlperf-inference-mobilenet-models/COPYRIGHT.md b/script/run-mlperf-inference-mobilenet-models/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/run-mlperf-inference-mobilenet-models/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/run-mlperf-inference-mobilenet-models/customize.py b/script/run-mlperf-inference-mobilenet-models/customize.py index b6aabca6b6..d36c188b27 100644 --- a/script/run-mlperf-inference-mobilenet-models/customize.py +++ b/script/run-mlperf-inference-mobilenet-models/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import cmind diff --git a/script/run-mlperf-inference-submission-checker/COPYRIGHT.md b/script/run-mlperf-inference-submission-checker/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/run-mlperf-inference-submission-checker/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/run-mlperf-inference-submission-checker/customize.py b/script/run-mlperf-inference-submission-checker/customize.py index dc6cf4bba8..e7746c1ea3 100644 --- a/script/run-mlperf-inference-submission-checker/customize.py +++ b/script/run-mlperf-inference-submission-checker/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import cmind as cm import os diff --git a/script/run-mlperf-power-client/COPYRIGHT.md b/script/run-mlperf-power-client/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/run-mlperf-power-client/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/run-mlperf-power-client/customize.py b/script/run-mlperf-power-client/customize.py index 49e55c38bd..889b3c2725 100644 --- a/script/run-mlperf-power-client/customize.py +++ b/script/run-mlperf-power-client/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import cmind as cm import os diff --git a/script/run-mlperf-power-server/COPYRIGHT.md b/script/run-mlperf-power-server/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/run-mlperf-power-server/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/run-mlperf-power-server/customize.py b/script/run-mlperf-power-server/customize.py index bcdbe542ef..a9c674a327 100644 --- a/script/run-mlperf-power-server/customize.py +++ b/script/run-mlperf-power-server/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import cmind as cm import os diff --git a/script/run-mlperf-training-submission-checker/COPYRIGHT.md b/script/run-mlperf-training-submission-checker/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/run-mlperf-training-submission-checker/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/run-mlperf-training-submission-checker/customize.py b/script/run-mlperf-training-submission-checker/customize.py index 606047b51d..18ee013509 100644 --- a/script/run-mlperf-training-submission-checker/customize.py +++ b/script/run-mlperf-training-submission-checker/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import cmind as cm import os diff --git a/script/run-python/COPYRIGHT.md b/script/run-python/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/run-python/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/run-terraform/COPYRIGHT.md b/script/run-terraform/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/run-terraform/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/run-terraform/customize.py b/script/run-terraform/customize.py index b1939f15c1..60df105e74 100644 --- a/script/run-terraform/customize.py +++ b/script/run-terraform/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import cmind as cm import os diff --git a/script/run-vllm-server/COPYRIGHT.md b/script/run-vllm-server/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/run-vllm-server/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/run-vllm-server/customize.py b/script/run-vllm-server/customize.py index d9b7a26b02..9e945c85f0 100644 --- a/script/run-vllm-server/customize.py +++ b/script/run-vllm-server/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import subprocess diff --git a/script/runtime-system-infos/COPYRIGHT.md b/script/runtime-system-infos/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/runtime-system-infos/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/runtime-system-infos/customize.py b/script/runtime-system-infos/customize.py index 3428ccf3f4..7f77fd5346 100644 --- a/script/runtime-system-infos/customize.py +++ b/script/runtime-system-infos/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import shutil diff --git a/script/save-mlperf-inference-implementation-state/COPYRIGHT.md b/script/save-mlperf-inference-implementation-state/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/save-mlperf-inference-implementation-state/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/save-mlperf-inference-implementation-state/customize.py b/script/save-mlperf-inference-implementation-state/customize.py index 07e7169559..6ce5426bfa 100644 --- a/script/save-mlperf-inference-implementation-state/customize.py +++ b/script/save-mlperf-inference-implementation-state/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/set-device-settings-qaic/COPYRIGHT.md b/script/set-device-settings-qaic/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/set-device-settings-qaic/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/set-device-settings-qaic/customize.py b/script/set-device-settings-qaic/customize.py index 3f3e179f71..5aa6aaf3e6 100644 --- a/script/set-device-settings-qaic/customize.py +++ b/script/set-device-settings-qaic/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/set-echo-off-win/COPYRIGHT.md b/script/set-echo-off-win/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/set-echo-off-win/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/set-echo-off-win/customize.py b/script/set-echo-off-win/customize.py index 287737629c..0472d1791a 100644 --- a/script/set-echo-off-win/customize.py +++ b/script/set-echo-off-win/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/set-performance-mode/COPYRIGHT.md b/script/set-performance-mode/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/set-performance-mode/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/set-performance-mode/customize.py b/script/set-performance-mode/customize.py index 288ebc9c05..5509e702fb 100644 --- a/script/set-performance-mode/customize.py +++ b/script/set-performance-mode/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/set-sqlite-dir/COPYRIGHT.md b/script/set-sqlite-dir/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/set-sqlite-dir/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/set-sqlite-dir/customize.py b/script/set-sqlite-dir/customize.py index 21ab396e48..d4e27fe7b0 100644 --- a/script/set-sqlite-dir/customize.py +++ b/script/set-sqlite-dir/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + import os diff --git a/script/set-user-limits/COPYRIGHT.md b/script/set-user-limits/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/set-user-limits/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/set-user-limits/customize.py b/script/set-user-limits/customize.py index ff5767250e..84f9b1f22b 100644 --- a/script/set-user-limits/customize.py +++ b/script/set-user-limits/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/set-venv/COPYRIGHT.md b/script/set-venv/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/set-venv/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/set-venv/customize.py b/script/set-venv/customize.py index 757287bde0..cafdac9776 100644 --- a/script/set-venv/customize.py +++ b/script/set-venv/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/tar-my-folder/COPYRIGHT.md b/script/tar-my-folder/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/tar-my-folder/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/tar-my-folder/customize.py b/script/tar-my-folder/customize.py index c1d8498b89..1bada957fa 100644 --- a/script/tar-my-folder/customize.py +++ b/script/tar-my-folder/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import cmind as cm import os diff --git a/script/test-cm-core/COPYRIGHT.md b/script/test-cm-core/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/test-cm-core/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/test-cm-core/customize.py b/script/test-cm-core/customize.py index c3289f3451..d6049c17ae 100644 --- a/script/test-cm-core/customize.py +++ b/script/test-cm-core/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/test-cm-script-pipeline/COPYRIGHT.md b/script/test-cm-script-pipeline/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/test-cm-script-pipeline/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/test-cm-script-pipeline/customize.py b/script/test-cm-script-pipeline/customize.py index d05326d931..2b49c32ed1 100644 --- a/script/test-cm-script-pipeline/customize.py +++ b/script/test-cm-script-pipeline/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + # Developers: Grigori Fursin from cmind import utils diff --git a/script/test-cm-scripts/COPYRIGHT.md b/script/test-cm-scripts/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/test-cm-scripts/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/test-cm-scripts/customize.py b/script/test-cm-scripts/customize.py index 273999d460..89236cec96 100644 --- a/script/test-cm-scripts/customize.py +++ b/script/test-cm-scripts/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/test-debug/COPYRIGHT.md b/script/test-debug/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/test-debug/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/test-debug/customize.py b/script/test-debug/customize.py index 4c1388a1a3..acd7dc6e40 100644 --- a/script/test-debug/customize.py +++ b/script/test-debug/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + # Developer(s): Grigori Fursin import os diff --git a/script/test-deps-conditions/COPYRIGHT.md b/script/test-deps-conditions/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/test-deps-conditions/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/test-deps-conditions2/COPYRIGHT.md b/script/test-deps-conditions2/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/test-deps-conditions2/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/test-download-and-extract-artifacts/COPYRIGHT.md b/script/test-download-and-extract-artifacts/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/test-download-and-extract-artifacts/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/test-download-and-extract-artifacts/customize.py b/script/test-download-and-extract-artifacts/customize.py index 273999d460..89236cec96 100644 --- a/script/test-download-and-extract-artifacts/customize.py +++ b/script/test-download-and-extract-artifacts/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/test-dummy/COPYRIGHT.md b/script/test-dummy/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/test-dummy/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/test-dummy/customize.py b/script/test-dummy/customize.py index 273999d460..89236cec96 100644 --- a/script/test-dummy/customize.py +++ b/script/test-dummy/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/test-mlperf-inference-retinanet/COPYRIGHT.md b/script/test-mlperf-inference-retinanet/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/test-mlperf-inference-retinanet/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/test-mlperf-inference-retinanet/customize.py b/script/test-mlperf-inference-retinanet/customize.py index 1baf6756a2..2b5c08e6b1 100644 --- a/script/test-mlperf-inference-retinanet/customize.py +++ b/script/test-mlperf-inference-retinanet/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os diff --git a/script/test-set-sys-user-cm/COPYRIGHT.md b/script/test-set-sys-user-cm/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/test-set-sys-user-cm/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/truncate-mlperf-inference-accuracy-log/COPYRIGHT.md b/script/truncate-mlperf-inference-accuracy-log/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/truncate-mlperf-inference-accuracy-log/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/truncate-mlperf-inference-accuracy-log/customize.py b/script/truncate-mlperf-inference-accuracy-log/customize.py index fba057e493..d4bb2d66a0 100644 --- a/script/truncate-mlperf-inference-accuracy-log/customize.py +++ b/script/truncate-mlperf-inference-accuracy-log/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import cmind as cm import os diff --git a/script/upgrade-python-pip/COPYRIGHT.md b/script/upgrade-python-pip/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/upgrade-python-pip/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/wrapper-reproduce-octoml-tinyml-submission/COPYRIGHT.md b/script/wrapper-reproduce-octoml-tinyml-submission/COPYRIGHT.md new file mode 100644 index 0000000000..696f829223 --- /dev/null +++ b/script/wrapper-reproduce-octoml-tinyml-submission/COPYRIGHT.md @@ -0,0 +1,3 @@ +© 2022-2025 MLCommons. All Rights Reserved. + +Grigori Fursin, the cTuning foundation and OctoML donated the CK and CM projects to MLCommons to benefit everyone. diff --git a/script/wrapper-reproduce-octoml-tinyml-submission/customize.py b/script/wrapper-reproduce-octoml-tinyml-submission/customize.py index 1e5beb50fb..e687af6e94 100644 --- a/script/wrapper-reproduce-octoml-tinyml-submission/customize.py +++ b/script/wrapper-reproduce-octoml-tinyml-submission/customize.py @@ -1,3 +1,14 @@ +# +# Copyright: https://github.com/mlcommons/ck/blob/master/cm-mlops/COPYRIGHT.md +# License: https://github.com/mlcommons/ck/blob/master/cm-mlops/LICENSE.md +# +# White paper: https://arxiv.org/abs/2406.16791 +# History: https://github.com/mlcommons/ck/blob/master/HISTORY.CM.md +# Original repository: https://github.com/mlcommons/ck/tree/master/cm-mlops +# +# CK and CM project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md +# + from cmind import utils import os import cmind as cm