Skip to content

Commit a4e66aa

Browse files
committed
align article title
1 parent 92c28b3 commit a4e66aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

recipes_source/recipes_index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,8 @@ Recipes are bite-sized, actionable examples of how to use specific PyTorch featu
275275
:tags: Model-Optimization
276276

277277
.. customcarditem::
278-
:header: CPU launcher script for optimal performance on Intel® Xeon
279-
:card_description: How to use launcher script for optimal runtime configurations on Intel® Xeon CPUs.
278+
:header: Optimizing CPU Performance on Intel® Xeon® with run_cpu Script
279+
:card_description: How to use run_cpu script for optimal runtime configurations on Intel® Xeon CPUs.
280280
:image: ../_static/img/thumbnails/cropped/profiler.png
281281
:link: ../recipes/xeon_run_cpu.html
282282
:tags: Model-Optimization

recipes_source/xeon_run_cpu.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Optimizing PyTorch Inference with Intel® Xeon® Scalable Processors
1+
Optimizing CPU Performance on Intel® Xeon® with run_cpu Script
22
======================================================================
33

44
There are several configuration options that can impact the performance of PyTorch inference when executed on Intel® Xeon® Scalable Processors.

0 commit comments

Comments
 (0)