Skip to content

Commit f1c0b8a

Browse files
ZailiWangsvekars
andauthored
fix xeon_run_cpu.html link (#2989)
* fix xeon_run_cpu.html link --------- Co-authored-by: Svetlana Karslioglu <[email protected]>
1 parent 89b3343 commit f1c0b8a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

recipes_source/recipes_index.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -275,10 +275,10 @@ 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
281-
:link: ../recipes/recipes/xeon_run_cpu.html
281+
:link: ../recipes/xeon_run_cpu.html
282282
:tags: Model-Optimization
283283

284284
.. customcarditem::

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)