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..bcb6f277b3793c 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,17 +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..582cedf14c4bd1 100644 --- a/docs/sphinx_setup/_static/js/openVinoDataTables.js +++ b/docs/sphinx_setup/_static/js/openVinoDataTables.js @@ -1,4 +1,15 @@ $(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 +23,7 @@ $(document).ready(function () { [10, 25, 50, -1], ['10 rows', '25 rows', '50 rows', 'Show all rows'] ], + "columnDefs": columnDefs, layout: { topStart: { buttons: [