From fb73b9515379a1d460b648d4a1ae6b87e4a7f6c7 Mon Sep 17 00:00:00 2001 From: Grigori Fursin Date: Sat, 15 May 2021 13:37:57 +0200 Subject: [PATCH] v2.0.8 release --- CHANGES.txt | 2 +- ck/kernel.py | 2 +- docs/mlperf-automation/README.md | 62 ++++++++++++++++---------------- 3 files changed, 33 insertions(+), 33 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 20f34500ed..b721a75336 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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 diff --git a/ck/kernel.py b/ck/kernel.py index 4b0842ccdb..a887e80d42 100755 --- a/ck/kernel.py +++ b/ck/kernel.py @@ -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 diff --git a/docs/mlperf-automation/README.md b/docs/mlperf-automation/README.md index a786431333..dbc6e288dd 100644 --- a/docs/mlperf-automation/README.md +++ b/docs/mlperf-automation/README.md @@ -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)) +