Skip to content

Commit 74b2d15

Browse files
authored
add TensorFlow 1.12.0
1 parent 48289d9 commit 74b2d15

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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

1920
Assuming 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
```
2425
And verify the installation (notice no warning messages):
2526

2627
```
2728
python
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
3031
Type "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
```

0 commit comments

Comments
 (0)