Skip to content

Commit c5407bf

Browse files
authored
update docs for 1.11 release (#615)
1 parent 9e67c6c commit c5407bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/installation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Installation Guide
66
|Category|Content|
77
|--|--|
88
|Compiler|Recommend to use GCC 9|
9-
|Operating System|CentOS 7, RHEL 8, Ubuntu newer than 18.04|
9+
|Operating System|CentOS 7, RHEL 8, Rocky Linux 8.5, Ubuntu newer than 18.04|
1010
|Python|See prebuilt wheel files availability matrix below|
1111

1212
## Install PyTorch
@@ -87,7 +87,7 @@ python setup.py install
8787

8888
|Version|Pre-cxx11 ABI|cxx11 ABI|
8989
|--|--|--|
90-
| 1.11.0 | [libintel-ext-pt-shared-with-deps-1.11.0+cpu.run](http://) | [libintel-ext-pt-cxx11-abi-shared-with-deps-1.11.0+cpu.run](http://) |
90+
| 1.11.0 | [libintel-ext-pt-1.11.0+cpu.run](http://intel-optimized-pytorch.s3.cn-north-1.amazonaws.com.cn/libtorch_zip/libintel-ext-pt-1.11.0%2Bcpu.run) | [libintel-ext-pt-cxx11-abi-1.11.0+cpu.run](http://intel-optimized-pytorch.s3.cn-north-1.amazonaws.com.cn/libtorch_zip/libintel-ext-pt-cxx11-abi-1.11.0%2Bcpu.run) |
9191
| 1.10.100 | [libtorch-shared-with-deps-1.10.0%2Bcpu-intel-ext-pt-cpu-1.10.100.zip](http://intel-optimized-pytorch.s3.cn-north-1.amazonaws.com.cn/wheels/v1.10/libtorch-shared-with-deps-1.10.0%2Bcpu-intel-ext-pt-cpu-1.10.100.zip) | [libtorch-cxx11-abi-shared-with-deps-1.10.0%2Bcpu-intel-ext-pt-cpu-1.10.100.zip](http://intel-optimized-pytorch.s3.cn-north-1.amazonaws.com.cn/wheels/v1.10/libtorch-cxx11-abi-shared-with-deps-1.10.0%2Bcpu-intel-ext-pt-cpu-1.10.100.zip) |
9292
| 1.10.0 | [intel-ext-pt-cpu-libtorch-shared-with-deps-1.10.0+cpu.zip](https://intel-optimized-pytorch.s3.cn-north-1.amazonaws.com.cn/wheels/v1.10/intel-ext-pt-cpu-libtorch-shared-with-deps-1.10.0%2Bcpu.zip) | [intel-ext-pt-cpu-libtorch-cxx11-abi-shared-with-deps-1.10.0+cpu.zip](https://intel-optimized-pytorch.s3.cn-north-1.amazonaws.com.cn/wheels/v1.10/intel-ext-pt-cpu-libtorch-cxx11-abi-shared-with-deps-1.10.0%2Bcpu.zip) |
9393

0 commit comments

Comments
 (0)