Skip to content

Commit bbe2347

Browse files
committed
merging octoml@mlops with mlcommons@ck-mlops (donation from OctoML and the cTuning foundation)
1 parent baf127e commit bbe2347

File tree

465 files changed

+17519
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

465 files changed

+17519
-8
lines changed

.cm/alias-a-docs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
285ff4e63803433c

.cm/alias-u-285ff4e63803433c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docs

.gitignore

Lines changed: 127 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,127 @@
1-
*~
2-
*tmp/
3-
*tmp-ck-*/
4-
*.pyc
5-
*_tmp.json
6-
.ipynb_checkpoints/
7-
__pycache__
8-
preprocessed/
1+
# Byte-compiled / optimized / DLL files
2+
__pycache__/
3+
*.py[cod]
4+
*$py.class
5+
6+
# C extensions
7+
*.so
8+
9+
# Distribution / packaging
10+
.Python
11+
build/
12+
develop-eggs/
13+
dist/
14+
downloads/
15+
eggs/
16+
.eggs/
17+
lib/
18+
lib64/
19+
parts/
20+
sdist/
21+
var/
22+
wheels/
23+
pip-wheel-metadata/
24+
share/python-wheels/
25+
*.egg-info/
26+
.installed.cfg
27+
*.egg
28+
MANIFEST
29+
tmp/
30+
31+
# PyInstaller
32+
# Usually these files are written by a python script from a template
33+
# before PyInstaller builds the exe, so as to inject date/other infos into it.
34+
*.manifest
35+
*.spec
36+
37+
# Installer logs
38+
pip-log.txt
39+
pip-delete-this-directory.txt
40+
41+
# Unit test / coverage reports
42+
htmlcov/
43+
.tox/
44+
.nox/
45+
.coverage
46+
.coverage.*
47+
.cache
48+
nosetests.xml
49+
coverage.xml
50+
*.cover
51+
*.py,cover
52+
.hypothesis/
53+
.pytest_cache/
54+
55+
# Translations
56+
*.mo
57+
*.pot
58+
59+
# Django stuff:
60+
*.log
61+
local_settings.py
62+
db.sqlite3
63+
db.sqlite3-journal
64+
65+
# Flask stuff:
66+
instance/
67+
.webassets-cache
68+
69+
# Scrapy stuff:
70+
.scrapy
71+
72+
# Sphinx documentation
73+
docs/_build/
74+
75+
# Jupyter Notebook
76+
.ipynb_checkpoints
77+
78+
# IPython
79+
profile_default/
80+
ipython_config.py
81+
82+
# pyenv
83+
.python-version
84+
85+
# pipenv
86+
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
87+
# However, in case of collaboration, if having platform-specific dependencies or dependencies
88+
# having no cross-platform support, pipenv may install dependencies that don't work, or not
89+
# install all needed dependencies.
90+
#Pipfile.lock
91+
92+
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
93+
__pypackages__/
94+
95+
# Celery stuff
96+
celerybeat-schedule
97+
celerybeat.pid
98+
99+
# SageMath parsed files
100+
*.sage.py
101+
102+
# Environments
103+
.env
104+
.venv
105+
env/
106+
venv/
107+
ENV/
108+
env.bak/
109+
venv.bak/
110+
111+
# Spyder project settings
112+
.spyderproject
113+
.spyproject
114+
115+
# Rope project settings
116+
.ropeproject
117+
118+
# mkdocs documentation
119+
/site
120+
121+
# mypy
122+
.mypy_cache/
123+
.dmypy.json
124+
dmypy.json
125+
126+
# Pyre type checker
127+
.pyre/

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@ MLCommons project work is tracked with issue trackers and pull requests. Modify
1818
* Leo Gordon <[email protected]>
1919
* Anton Lokhmotov <[email protected]>
2020
* Ivan Osipov <[email protected]>
21+
* Alexander Peskov <[email protected]>
2122
* Lahiru Rasnayake &lt;[email protected]&gt;
2223
* Dmitry Savenko &lt;[email protected]&gt;
2324
* Gavin Simpson &lt;[email protected]&gt;
2425
* Stuart Taylor &lt;[email protected]&gt;
2526
* Flavio Vella &lt;[email protected]&gt;
2627
* Emanuele Vitali &lt;[email protected]&gt;
2728
* Wen Yang @w-simon
29+
* Thomas Zhu &lt;[email protected]&gt;
2830
* @alexanderzubarev
2931
* @fanranGit
3032
* @maria-18-git

COPYRIGHT.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ Copyright (c) 2021 MLCommons
33
cTuning foundation and OctoML donated this project to MLCommons to benefit everyone.
44

55
Copyright (c) 2014-2021 cTuning foundation
6+
Copyright (c) 2021 OctoML, Inc

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ The latest version of the CK automation suite supported by MLCommons: **v2.5.8**
1515
* [CK framework](https://github.com/mlcommons/ck/releases/tag/V2.5.8)
1616
* [CK workflows and components](https://github.com/mlcommons/ck-mlops)
1717

18+
## Documentation
19+
20+
* [CK-powered MLPerf&trade; benchmark automation and DSE] (https://github.com/mlcommons/ck/blob/master/docs/mlperf-automation/README.md)
21+
* [CK-powered MLPerf&trade; submission automation suite](https://github.com/mlcommons/ck-mlops/tree/main/module/bench.mlperf.inference)
22+
1823
## Overview
1924

2025
This repository contains a collection of **stable** CK components (automation recipes and workflows)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
e3933c11c8e4459b
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ae75abf968c46d49
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
eda0aea6d9b779e4
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
aabef8fa19cbd117

0 commit comments

Comments
 (0)