Skip to content

Commit

Permalink
v2.0.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed May 15, 2021
1 parent 14e90f8 commit fb73b95
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* V2.0.7.1
* V2.0.8
* added requirements.txt file with pyyaml
* simplified setup.py script
* added incubating projects to simplify CK
Expand Down
2 changes: 1 addition & 1 deletion ck/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@


# We use 3 digits for the main (released) version and 4th digit for development revision
__version__ = "2.0.7.1"
__version__ = "2.0.8"
# Do not use characters (to detect outdated version)!

# Import packages that are global for the whole kernel
Expand Down
62 changes: 31 additions & 31 deletions docs/mlperf-automation/README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
# MLPerf inference benchmark automation guide

This document is prepared by the [MLCommons™ community](https://mlcommons.org)
to make it easier to reproduce MLPerf™ benchmark results and automate new submissions
using the open-source [CK workflow framework](https://github.com/ctuning/ck).

* [Prepare your platform](platform/README.md)
* [Install CK framework](tools/ck.md)
* [Install CK virtual environment (optional)](tools/ck-venv.md)
* [Use adaptive CK container](tools/ck-docker.md)
* [**Prepare and run native MLPerf™**](tasks/README.md)
* [Integrate CK workflows with CI platforms](tools/continuous-integration.md)
* [Analyze MLPerf inference results](results/README.md)
* [Example of CK dashboards for ML Systems DSE](results/ck-dashboard.md)
* [Reproduce MLPerf™ results and DSE](reproduce/README.md)
* [Use CK with MLCube™](tools/mlcube.md)
* [Test models with a webcam](reproduce/demo-webcam-object-detection-x86-64.md)
* [Explore ML Systems designs (AutoDSE)](dse/README.md)
* [Submit to MLPerf™](submit/README.md)
* [Related tools](tools/README.md)
* Further improvements:
* [Standardization of MLPerf™ workflows](tbd/standardization.md)
* [More automation](tbd/automation.md)
* [CK2 ideas](tbd/ck2.md)

*Please feel free to contribute to this collaborative doc by sending your PR [here]( https://github.com/ctuning/ck/pulls )! Thank you!*

# Feedback

Contact [Grigori Fursin](https://cKnowledge.io/@gfursin) ([OctoML.ai](https://octoml.ai), [MLCommons™ member](https://mlcommons.org))

# MLPerf inference benchmark automation guide

This document is prepared by the [MLCommons™ community](https://mlcommons.org)
to make it easier to reproduce MLPerf™ benchmark results and automate new submissions
using the open-source [CK workflow framework](https://github.com/ctuning/ck).

* [Prepare your platform](platform/README.md)
* [Install CK framework](tools/ck.md)
* [Install CK virtual environment (optional)](tools/ck-venv.md)
* [Use adaptive CK container](tools/ck-docker.md)
* [**Prepare and run native MLPerf™**](tasks/README.md)
* [Integrate CK workflows with CI platforms](tools/continuous-integration.md)
* [Analyze MLPerf inference results](results/README.md)
* [Example of CK dashboards for ML Systems DSE](results/ck-dashboard.md)
* [**Reproduce MLPerf™ results and DSE**](reproduce/README.md)
* [Use CK with MLCube™](tools/mlcube.md)
* [Test models with a webcam](reproduce/demo-webcam-object-detection-x86-64.md)
* [Explore ML Systems designs (AutoDSE)](dse/README.md)
* [Submit to MLPerf™](submit/README.md)
* [Related tools](tools/README.md)
* Further improvements:
* [Standardization of MLPerf™ workflows](tbd/standardization.md)
* [More automation](tbd/automation.md)
* [CK2 ideas](tbd/ck2.md)

*Please feel free to contribute to this collaborative doc by sending your PR [here]( https://github.com/ctuning/ck/pulls )! Thank you!*

# Feedback

Contact [Grigori Fursin](https://cKnowledge.io/@gfursin) ([OctoML.ai](https://octoml.ai), [MLCommons™ member](https://mlcommons.org))

0 comments on commit fb73b95

Please sign in to comment.