Merge pull request #10201 from GabyCT/topic/readmeopenvino

metrics: Add OpenVINO general information into README
This commit is contained in:
GabyCT
2024-08-23 14:11:26 -06:00
committed by GitHub

View File

@@ -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
```