Skip to content

Commit 88956da

Browse files
authored
Merge branch 'main' into 2895-dep-transformer_tutorial
2 parents 3e46672 + e64dc22 commit 88956da

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -326,9 +326,9 @@ example](https://github.com/pytorch/tutorials/blob/main/_static/img/thumbnails/c
326326

327327
The following command builds an HTML version of the tutorial website.
328328

329-
```
330-
make html-noplot
331-
```
329+
```
330+
make html-noplot
331+
```
332332

333333
This command does not run your tutorial code. To build the tutorial in a
334334
way that executes the code, use `make docs`. However, unless you have a

recipes_source/torch_compile_backend_ipex.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Intel® Extension for PyTorch* Backend
2-
=====================================
1+
Intel® Extension for PyTorch* Backend on Intel® CPUs
2+
====================================================
33

4-
To work better with `torch.compile`, Intel® Extension for PyTorch* implements a backend ``ipex``.
4+
To work better with `torch.compile` on Intel® CPUs, Intel® Extension for PyTorch* implements a backend ``ipex``.
55
It targets to improve hardware resource usage efficiency on Intel platforms for better performance.
66
The `ipex` backend is implemented with further customizations designed in Intel® Extension for
77
PyTorch* for the model compilation.

0 commit comments

Comments
 (0)