diff --git a/docs/articles_en/about-openvino/performance-benchmarks/generative-ai-performance.rst b/docs/articles_en/about-openvino/performance-benchmarks/generative-ai-performance.rst index d0a04f16ceb6bd..b8256af650e2f8 100644 --- a/docs/articles_en/about-openvino/performance-benchmarks/generative-ai-performance.rst +++ b/docs/articles_en/about-openvino/performance-benchmarks/generative-ai-performance.rst @@ -17,16 +17,13 @@ running on an Intel® Core™ Ultra 7-165H, Intel® Core™ Ultra 7-265V, and In -.. tab-set:: - - .. tab-item:: OpenVINO - - .. csv-table:: - :class: modeldata stripe - :name: supportedModelsTableOv - :header-rows: 1 - :file: ../../_static/benchmarks_files/llm_models.csv +.. csv-table:: + :class: modeldata stripe + :name: supportedModelsTableOv + :header-rows: 1 + :file: ../../_static/benchmarks_files/llm_models.csv +| .. grid:: 1 1 2 2 :gutter: 4 diff --git a/docs/sphinx_setup/_static/js/openVinoDataTables.js b/docs/sphinx_setup/_static/js/openVinoDataTables.js index 6f7231db424e89..b3f56b4a8de3e0 100644 --- a/docs/sphinx_setup/_static/js/openVinoDataTables.js +++ b/docs/sphinx_setup/_static/js/openVinoDataTables.js @@ -1,4 +1,17 @@ $(document).ready(function () { + var pageTitle = document.title; + var columnDefs; + if(pageTitle.includes('Most Efficient Large Language Models for AI PC')) + { + columnDefs= [ + { "visible": false, "targets": [1, 2, 3, 4, 5] } + ] + } + else + { + columnDefs=[] + } + var table = $('table.modeldata').DataTable({ responsive: true, "autoWidth": false, @@ -12,6 +25,7 @@ $(document).ready(function () { [10, 25, 50, -1], ['10 rows', '25 rows', '50 rows', 'Show all rows'] ], + "columnDefs": columnDefs, layout: { topStart: { buttons: [