Skip to content

Commit 7fe18f8

Browse files
committed
update the whls public url in readme
1 parent ccbeca5 commit 7fe18f8

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README_ONEDNN.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,17 @@ pip install --upgrade --user ~/path_to_save_wheel/<wheel_name>.whl
5151
This maintenance release only provide the wheel binaries for download and installation in Linux.
5252

5353
Run the below instruction to install the wheel into an existing Python* installation. Python
54-
versions supported are 3.6, and 3.7. The commands to install the current release for different
54+
versions supported are 3.5, 3.6, and 3.7. The commands to install the current release for different
5555
Python versions are as below:
5656

5757
```
58-
$ pip install https://storage.googleapis.com/intel-optimized-tensorflow/intel_tensorflow-1.15.0up3-cp36-cp36m-manylinux2010_x86_64.whl
58+
$ pip install https://storage.googleapis.com/intel-optimized-tensorflow/intel_tensorflow-1.15.0up3-cp35-cp35m-manylinux2010_x86_64.whl
5959
```
6060
```
61-
$ pip install https://storage.googleapis.com/intel-optimized-tensorflow/intel_tensorflow-1.15.0up3-cp37-cp37m-manylinux2010_x86_64.whl
61+
$ pip install https://storage.googleapis.com/intel-optimized-tensorflow/intel_tensorflow-1.15.0up3-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
62+
```
63+
```
64+
$ pip install https://storage.googleapis.com/intel-optimized-tensorflow/intel_tensorflow-1.15.0up3-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
6265
```
6366

6467
Learn more about the [TensorFlow community](https://www.tensorflow.org/community) and how to [contribute](https://www.tensorflow.org/community/contribute).

0 commit comments

Comments
 (0)