Skip to content

Commit 4d1b772

Browse files
authored
fix typos in docs (#1190)
1 parent 463363a commit 4d1b772

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

docs/tutorials/contribution.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Once you implement and test your feature or bug-fix, submit a Pull Request to ht
1616

1717
## Developing Intel® Extension for PyTorch\*
1818

19-
A full set of instructions on installing Intel® Extension for PyTorch\* from source is in the [Installation document](instalation.md#install-via-source-compilation).
19+
A full set of instructions on installing Intel® Extension for PyTorch\* from source is in the [Installation document](installation.md#install-via-source-compilation).
2020

2121
To develop on your machine, here are some tips:
2222

@@ -41,8 +41,6 @@ To develop on your machine, here are some tips:
4141
git submodule update --init --recursive --jobs 0
4242
```
4343

44-
If you want to have no-op incremental rebuilds (which are fast), see the section below titled "Make no-op build fast."
45-
4644
3. Install Intel® Extension for PyTorch\* in `develop` mode:
4745

4846
Replace:
@@ -63,10 +61,6 @@ To develop on your machine, here are some tips:
6361
- Install local Intel® Extension for PyTorch\* in `develop` mode
6462
- modify your Python file `intel_extension_for_pytorch/__init__.py` (for example)
6563
- test functionality
66-
- modify your Python file `intel_extension_for_pytorch/__init__.py`
67-
- test functionality
68-
- modify your Python file `intel_extension_for_pytorch/__init__.py`
69-
- test functionality
7064

7165
You do not need to repeatedly install after modifying Python files (`.py`). However, you would need to reinstall if you modify a Python interface (`.pyi`, `.pyi.in`) or non-Python files (`.cpp`, `.cc`, `.cu`, `.h`, etc.).
7266

docs/tutorials/examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ with torch.no_grad():
510510
model(data)
511511
```
512512

513-
oneDNN provides [oneDNN Graph Compiler](https://github.com/oneapi-src/oneDNN/tree/dev-graph-preview4/doc#onednn-graph-compiler) as a prototype feature that could boost performance for selective topologies. No code change is required. Install <a class="reference external" href="installation.html#installation_onednn_graph_compiler">a binary</a> with this feature enabled. We verified this feature with `Bert-large`, `bert-base-cased`, `roberta-base`, `xlm-roberta-base`, `google-electra-base-generator` and `google-electra-base-discriminator`.
513+
oneDNN provides [oneDNN Graph Compiler](https://github.com/oneapi-src/oneDNN/tree/dev-graph-preview4/doc#onednn-graph-compiler) as a prototype feature that could boost performance for selective topologies. No code change is required. Install <a class="reference external" href="installation.md#installation_onednn_graph_compiler">a binary</a> with this feature enabled. We verified this feature with `Bert-large`, `bert-base-cased`, `roberta-base`, `xlm-roberta-base`, `google-electra-base-generator` and `google-electra-base-discriminator`.
514514

515515
## C++
516516

0 commit comments

Comments
 (0)