File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -13,22 +13,23 @@ The TensorFlow library wasn't compiled to use SSE4.2 instructions, but these are
1313| ---| ---| ---| ---| ---| ---| ---|
1414| 1.10| GPU+CPU| 3.6| 9.2| 7.2| 2.2| [ https://github.com/inoryy/tensorflow-optimized-wheels/releases/download/v1.10.0/tensorflow-1.10.0-cp36-cp36m-linux_x86_64.whl ] ( https://github.com/inoryy/tensorflow-optimized-wheels/releases/download/v1.10.0/tensorflow-1.10.0-cp36-cp36m-linux_x86_64.whl ) |
1515| 1.11| GPU+CPU| 3.6| 10.0| 7.3| 2.3| [ https://github.com/inoryy/tensorflow-optimized-wheels/releases/download/v1.11.0/tensorflow-1.11.0-cp36-cp36m-linux_x86_64.whl ] ( https://github.com/inoryy/tensorflow-optimized-wheels/releases/download/v1.11.0/tensorflow-1.11.0-cp36-cp36m-linux_x86_64.whl ) |
16+ | 1.12| GPU+CPU| 3.6| 10.0| 7.3| 2.3| [ https://github.com/inoryy/tensorflow-optimized-wheels/releases/download/v1.12.0/tensorflow-1.12.0-cp36-cp36m-linux_x86_64.whl ] ( https://github.com/inoryy/tensorflow-optimized-wheels/releases/download/v1.12.0/tensorflow-1.12.0-cp36-cp36m-linux_x86_64.whl ) |
1617
1718## Installation
1819
1920Assuming you have all the requirements, you can install the wheel directly via pip:
2021
2122```
22- pip install https://github.com/inoryy/tensorflow-optimized-wheels/releases/download/v1.11 .0/tensorflow-1.11 .0-cp36-cp36m-linux_x86_64.whl
23+ pip install https://github.com/inoryy/tensorflow-optimized-wheels/releases/download/v1.12 .0/tensorflow-1.12 .0-cp36-cp36m-linux_x86_64.whl
2324```
2425And verify the installation (notice no warning messages):
2526
2627```
2728python
28- Python 3.6.6 |Anaconda, Inc.| (default, Jun 28 2018, 17:14:51 )
29- [GCC 7.2 .0] on linux
29+ Python 3.6.6 |Anaconda, Inc.| (default, Oct 9 2018, 12:34:16 )
30+ [GCC 7.3 .0] on linux
3031Type "help", "copyright", "credits" or "license" for more information.
3132>>> import tensorflow as tf
3233>>> tf.__version__
33- '1.11 .0'
34+ '1.12 .0'
3435```
You can’t perform that action at this time.
0 commit comments