Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix xeon_run_cpu.html link #2989

Merged
merged 4 commits into from
Aug 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions recipes_source/recipes_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down
2 changes: 1 addition & 1 deletion recipes_source/xeon_run_cpu.rst
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Loading