Skip to content

Commit 44e4a9a

Browse files
authored
update url links (oneapi-src#882)
1 parent 1b7df27 commit 44e4a9a

File tree

2 files changed

+13
-13
lines changed
  • AI-and-Analytics/Features-and-Functionality
    • IntelPyTorch_Extensions_AutoMixedPrecision
    • IntelPyTorch_TorchCCL_Multinode_Training

2 files changed

+13
-13
lines changed
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
# `Intel® Extension for PyTorch* Getting Started` Sample
22

3-
Intel Extension for PyTorch* is a Python package to extend the official PyTorch. It is designed to make the Out-of-Box user experience of PyTorch CPU better while achieving good performance. The extension also will be the PR(Pull-Request) buffer for the Intel PyTorch framework dev team. The PR buffer will contain functions and optimization (for example, take advantage of Intel's new hardware features).
3+
Intel Extension for PyTorch\* is a Python package to extend the official PyTorch. It is designed to make the Out-of-Box user experience of PyTorch CPU better while achieving good performance. The extension also will be the PR(Pull-Request) buffer for the Intel PyTorch framework dev team. The PR buffer will contain functions and optimization (for example, take advantage of Intel's new hardware features).
44

5-
For comprehensive instructions goto the github repo for [Intel Extension for PyTorch*](https://github.com/intel/intel-extension-for-pytorch).
5+
For comprehensive instructions goto the github repo for [Intel Extension for PyTorch\*](https://github.com/intel/intel-extension-for-pytorch).
66

77
| Optimized for | Description
88
|:--- |:---
9-
| OS | Linux* Ubuntu* 18.04
9+
| OS | Linux\* Ubuntu\* 18.04
1010
| Hardware | Skylake with GEN9 or newer
11-
| Software | Intel Extension for PyTorch*;
12-
| What you will learn | How to get started with Intel Extension for PyTorch*
11+
| Software | Intel Extension for PyTorch\*;
12+
| What you will learn | How to get started with Intel Extension for PyTorch\*
1313
| Time to complete | 60 minutes
1414

1515

1616
## Purpose
1717

18-
You will learn how to download, compile, and get started with Intel Extension for PyTorch* from this sample code.
18+
You will learn how to download, compile, and get started with Intel Extension for PyTorch\* from this sample code.
1919

2020
The code will be running on the CPU.
2121

2222
## Key Implementation Details
2323

24-
The code includes Intel Extension for PyTorch* and Auto-mixed-precision.
24+
The code includes Intel Extension for PyTorch\* and Auto-mixed-precision.
2525

2626
## License
2727

@@ -32,10 +32,10 @@ Third party program Licenses can be found here: [third-party-programs.txt](https
3232

3333
## Building the `Intel Extension for PyTorch* Getting Started` Sample
3434

35-
### On a Linux* System
35+
### On a Linux\* System
3636

37-
Please follow instructions [here](https://github.com/intel/intel-extension-for-pytorch#installation).
37+
Please follow instructions [here](https://intel.github.io/intel-extension-for-pytorch/tutorials/installation.html).
3838

3939
## Running the Sample
4040

41-
Please follow instructions [here](https://github.com/intel/intel-extension-for-pytorch#getting-started).
41+
Please follow instructions [here](https://intel.github.io/intel-extension-for-pytorch/tutorials/examples.html#id3).

AI-and-Analytics/Features-and-Functionality/IntelPyTorch_TorchCCL_Multinode_Training/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ For comprehensive instructions regarding distributed training with oneCCL in PyT
1111

1212
| Optimized for | Description
1313
|:--- |:---
14-
| OS | Linux* Ubuntu* 18.04
14+
| OS | Linux\* Ubuntu\* 18.04
1515
| Hardware | Skylake with GEN9 or newer
16-
| Software | Intel Extension for PyTorch*;
16+
| Software | Intel Extension for PyTorch\*;
1717
| What you will learn | How to perform distributed training with oneCCL in PyTorch
1818
| Time to complete | 60 minutes
1919

@@ -37,7 +37,7 @@ Third party program Licenses can be found here: [third-party-programs.txt](https
3737

3838
## Building the `torch-ccl Getting Started` Sample
3939

40-
### On a Linux* System
40+
### On a Linux\* System
4141

4242
Please follow instructions [here](https://github.com/intel/optimized-models/tree/master/pytorch/distributed#distributed-training-with-oneccl-in-pytorch).
4343

0 commit comments

Comments
 (0)