Skip to content
This repository was archived by the owner on Feb 4, 2020. It is now read-only.

Commit ca45edd

Browse files
authored
Add TF 1.11.0 builds for MacOS Mojave
1 parent b0855c9 commit ca45edd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,16 @@ pip install --ignore-installed --upgrade "Download URL"
3333
| 1.10.0| CPU | Ubuntu 16.04 | 5.4 | 3.5.2 | FMA, AVX, AVX2, SSE4.1, SSE4.2 | [Download](https://github.com/lakshayg/tensorflow-build/releases/download/tf1.10.0-ubuntu16.04-py35-py27/tensorflow-1.10.0-cp35-cp35m-linux_x86_64.whl) |
3434
| 1.10.0| CPU | Ubuntu 16.04 | 5.4 | 2.7.12 | FMA, AVX, AVX2, SSE4.1, SSE4.2 | [Download](https://github.com/lakshayg/tensorflow-build/releases/download/tf1.10.0-ubuntu16.04-py35-py27/tensorflow-1.10.0-cp27-cp27mu-linux_x86_64.whl) |
3535
| 1.10.0| CPU | Ubuntu 16.04 | 5.4 | 3.6.6 | FMA, AVX, AVX2, SSE4.1, SSE4.2, AVX512F | [Download](https://github.com/lakshayg/tensorflow-build/releases/download/tf1.10.0-ubuntu16.04-py36-avx512f/tensorflow-1.10.0-cp36-cp36m-linux_x86_64.whl) |
36+
| 1.11.0| CPU | MacOS Mojave | clang-1000.10.44.2 | 2.7.15 | FMA, AVX, AVX2, SSE4.1, SSE4.2 | [Download](https://github.com/lakshayg/tensorflow-build/releases/download/tf1.11.0-macos-mojave-py2.7-py3.7/tensorflow-1.11.0-cp27-cp27m-macosx_10_14_x86_64.whl) |
37+
| 1.11.0| CPU | MacOS Mojave | clang-1000.10.44.2 | 3.7.0 | FMA, AVX, AVX2, SSE4.1, SSE4.2 | [Download](https://github.com/lakshayg/tensorflow-build/releases/download/tf1.11.0-macos-mojave-py2.7-py3.7/tensorflow-1.11.0-cp37-cp37m-macosx_10_13_x86_64.whl) |
3638

3739
**External Links** (Please consider giving a :star: or :+1: to the original sources in case you use external links)
3840

3941
| TF | HW | OS | Python | Supports | |
4042
|----------|----------|--------------|---------------|-------------------------------------|-----------------------------------------|
4143
| 1.1-1.7 | CPU, GPU | Ubuntu 16.04 | 2.7, 3.5, 3.6 | FMA, AVX, AVX2, SSE4.1, SSE4.2, MPI | [Link](https://github.com/mind/wheels) |
4244
| 1.2.1 | CPU | Ubuntu 17.04 | 3.5.3 | XLA, AVX, AVX2, FMA, SSE4.1, SSE4.2 | [Link](https://github.com/yaroslavvb/tensorflow-community-wheels/issues/26) |
43-
| 1.0-1.9 | CPU, GPU | Windows | 2.7, 3.5, 3.6 | AVX, AVX2 | [Link](https://github.com/fo40225/tensorflow-windows-wheel) |
45+
| 1.0-1.11 | CPU, GPU | Windows | 2.7, 3.5, 3.6 | AVX, AVX2 | [Link](https://github.com/fo40225/tensorflow-windows-wheel) |
4446

4547
**Visit [tensorflow.org][1] for instructions on building tensorflow for your machine.**
4648

0 commit comments

Comments
 (0)