diff --git a/recipes_source/recipes_index.rst b/recipes_source/recipes_index.rst index c9aa2947a7d..8959ea98a38 100644 --- a/recipes_source/recipes_index.rst +++ b/recipes_source/recipes_index.rst @@ -275,10 +275,10 @@ Recipes are bite-sized, actionable examples of how to use specific PyTorch featu :tags: Model-Optimization .. customcarditem:: - :header: CPU launcher script for optimal performance on Intel® Xeon - :card_description: How to use launcher script for optimal runtime configurations on Intel® Xeon CPUs. + :header: Optimizing CPU Performance on Intel® Xeon® with run_cpu Script + :card_description: How to use run_cpu script for optimal runtime configurations on Intel® Xeon CPUs. :image: ../_static/img/thumbnails/cropped/profiler.png - :link: ../recipes/recipes/xeon_run_cpu.html + :link: ../recipes/xeon_run_cpu.html :tags: Model-Optimization .. customcarditem:: diff --git a/recipes_source/xeon_run_cpu.rst b/recipes_source/xeon_run_cpu.rst index fcf96a2ee84..6426bc57819 100644 --- a/recipes_source/xeon_run_cpu.rst +++ b/recipes_source/xeon_run_cpu.rst @@ -1,4 +1,4 @@ -Optimizing PyTorch Inference with Intel® Xeon® Scalable Processors +Optimizing CPU Performance on Intel® Xeon® with run_cpu Script ====================================================================== There are several configuration options that can impact the performance of PyTorch inference when executed on Intel® Xeon® Scalable Processors.