File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,15 @@ Intel Extension for PyTorch is a Python package to extend official PyTorch. It i
15
15
## Installation
16
16
17
17
### Install PyTorch from Source
18
+ | IPEX Version| PyTorch Version|
19
+ | --| --|
20
+ | [ v1.2.0] ( https://github.com/intel/intel-extension-for-pytorch/tree/v1.2.0 ) | [ v1.7.0] ( https://github.com/pytorch/pytorch/tree/v1.7.0 " v1.7.0 ") |
21
+ | [ v1.1.0] ( https://github.com/intel/intel-extension-for-pytorch/tree/v1.1.0 ) | [ v1.5.0-rc3] ( https://github.com/pytorch/pytorch/tree/v1.5.0-rc3 " v1.5.0-rc3 ") |
22
+ | [ v1.0.2] ( https://github.com/intel/intel-extension-for-pytorch/tree/v1.0.2 ) | [ v1.5.0-rc3] ( https://github.com/pytorch/pytorch/tree/v1.5.0-rc3 " v1.5.0-rc3 ") |
23
+ | [ v1.0.1] ( https://github.com/intel/intel-extension-for-pytorch/tree/v1.0.1 ) | [ v1.5.0-rc3] ( https://github.com/pytorch/pytorch/tree/v1.5.0-rc3 " v1.5.0-rc3 ") |
24
+ | [ v1.0.0] ( https://github.com/intel/intel-extension-for-pytorch/tree/v1.0.0 ) | [ v1.5.0-rc3] ( https://github.com/pytorch/pytorch/tree/v1.5.0-rc3 " v1.5.0-rc3 ") |
25
+
26
+ Take Intel-Extension-for-Pytorch v1.2.0 as the example.
18
27
19
28
1 . Get PyTorch v1.7.0 source(Refer to [ PyTorch guide] ( https://github.com/pytorch/pytorch#get-the-pytorch-source ) for more details)
20
29
``` bash
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ def get_git_head_sha(base_dir):
99
99
100
100
101
101
def get_build_version (ipex_git_sha ):
102
- version = os .getenv ('TORCH_IPEX_VERSION' , '1.1 .0' )
102
+ version = os .getenv ('TORCH_IPEX_VERSION' , '1.2 .0' )
103
103
if _check_env_flag ('VERSIONED_IPEX_BUILD' , default = '0' ):
104
104
try :
105
105
version += '+' + ipex_git_sha [:7 ]
You can’t perform that action at this time.
0 commit comments