From 2fa8e854392e0a1e3c982598bde005b989ad3a3e Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Thu, 22 Aug 2024 16:08:06 +0000 Subject: [PATCH] metrics: Add OpenVINO general information into README This PR adds the OpenVINO benchmark general information into the machine learning README metrics information. Signed-off-by: Gabriela Cervantes --- tests/metrics/machine_learning/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tests/metrics/machine_learning/README.md b/tests/metrics/machine_learning/README.md index 5ab364bf6e..c18eb9370b 100644 --- a/tests/metrics/machine_learning/README.md +++ b/tests/metrics/machine_learning/README.md @@ -60,3 +60,16 @@ Individual test can be run by hand, for example: $ cd metrics/machine_learning $ ./tensorflow_resnet50_int8.sh 25 60 ``` + +# Kata Containers OpenVINO Benchmark + +This is a toolkit around neural networks using its built-in benchmarking support +and analyzing the throughput and latency for various models. + +## Running the `OpenVINO` test +Individual test can be run by hand, for example: + +``` +$ cd metrics/machine_learning +$ ./openvino.sh +```