From 489cc9304dff5be5e363cac9ff753a9b8508695b Mon Sep 17 00:00:00 2001 From: Karol Blaszczak Date: Wed, 24 Jan 2024 11:09:17 +0100 Subject: [PATCH] [DOCS] final benchmark data + conf version (#22375) * [DOCS] final benchmark data * conf.py update 23.3 --- .../about_openvino/performance_benchmarks.rst | 24 ++++++- .../performance_int8_vs_fp32.rst | 70 +++++++++---------- docs/sphinx_setup/conf.py | 4 +- 3 files changed, 58 insertions(+), 40 deletions(-) diff --git a/docs/articles_en/about_openvino/performance_benchmarks.rst b/docs/articles_en/about_openvino/performance_benchmarks.rst index 0e760f87d68..b983bdbffb3 100644 --- a/docs/articles_en/about_openvino/performance_benchmarks.rst +++ b/docs/articles_en/about_openvino/performance_benchmarks.rst @@ -48,7 +48,7 @@ Click the buttons below to see the chosen benchmark data. :material-regular:`bar_chart;1.4em` OVMS Benchmark Graphs -For a successful deep learning inference application, the following four key metrics need to be considered: +Please visit the tabs below for more information on key performance indicators and workload parameters. .. tab-set:: @@ -91,6 +91,24 @@ For a successful deep learning inference application, the following four key met near real-time applications for example an industrial robot's response to actions in its environment or obstacle avoidance for autonomous vehicles. + .. tab-item:: Workload Parameters + :sync: workloadparameters + + The workload parameters affect the performance results of the different models we use for benchmarking. + Image processing models have different image size definitions and the Natural Language Processing models + have different max token list lengths. All these can be found in detail in the :doc:`FAQ section `. + All models are executed using a batch size of 1. Below are the parameters for the GenAI models we display. + + * Input tokens: 1024, + * Output tokens: 128, + * number of beams: 1 + + For text to image: + + * iteration steps: 20, + * image size (HxW): 256 x 256, + * input token length: 1024 (the tokens for GenAI models are in English). + Platforms, Configurations, Methodology ########################################################### @@ -168,9 +186,9 @@ or `create an account