Skip to content

Commit

Permalink
specify the binaries in the release rather than using lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
jjangsangy committed Nov 11, 2017
1 parent ac9c117 commit 27a66fb
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 17 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
*.whl filter=lfs diff=lfs merge=lfs binary
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ Serving the underserved

| Release | Interpreter | Optimization | OS |
|----------------------------------------------------------------------------------------------------------------------------------------------|-------------|-----------------------------------------|-------------|
| [1.3.0](https://github.com/jjangsangy/MacOS-TensorflowBuilds/raw/master/python2.7/tensorflow-1.3.1-cp27-cp27m-macosx_10_13_x86_64.whl) | Python 2.7 | MKL MSSE4.2 MSSE4.1 MFMA MAVX2 MAVX | High Sierra |
| [1.3.0](https://github.com/jjangsangy/MacOS-TensorflowBuilds/raw/master/python3.6/tensorflow-1.3.1-cp36-cp36m-macosx_10_13_x86_64.whl) | Python 3.6 | MKL MSSE4.2 MSSE4.1 MFMA MAVX2 MAVX | High Sierra |
| [1.4.0rc0](https://github.com/jjangsangy/MacOS-TensorflowBuilds/raw/master/python2.7/tensorflow-1.4.0rc0-cp27-cp27m-macosx_10_13_x86_64.whl) | Python 2.7 | XLA MKL MSSE4.2 MSSE4.1 MFMA MAVX2 MAVX | High Sierra |
| [1.4.0rc0](https://github.com/jjangsangy/MacOS-TensorflowBuilds/raw/master/python3.6/tensorflow-1.4.0rc0-cp36-cp36m-macosx_10_13_x86_64.whl) | Python 3.6 | XLA MKL MSSE4.2 MSSE4.1 MFMA MAVX2 MAVX | High Sierra |
| [v1.3.1](https://github.com/jjangsangy/MacOS-TensorflowBuilds/releases/download/v1.3.1/tensorflow-1.3.1-cp27-cp27m-macosx_10_13_x86_64.whl) | Python 2.7 | MKL MSSE4.2 MSSE4.1 MFMA MAVX2 MAVX | High Sierra |
| [v1.3.1](https://github.com/jjangsangy/MacOS-TensorflowBuilds/releases/download/v1.3.1/tensorflow-1.3.1-cp36-cp36m-macosx_10_13_x86_64.whl) | Python 3.6 | MKL MSSE4.2 MSSE4.1 MFMA MAVX2 MAVX | High Sierra |
| [v1.4.0rc0](https://github.com/jjangsangy/MacOS-TensorflowBuilds/releases/download/1.4.0rc0/tensorflow-1.4.0rc0-cp27-cp27m-macosx_10_13_x86_64.whl) | Python 2.7 | XLA MKL MSSE4.2 MSSE4.1 MFMA MAVX2 MAVX | High Sierra |
| [v1.4.0rc0](https://github.com/jjangsangy/MacOS-TensorflowBuilds/releases/download/1.4.0rc0/tensorflow-1.4.0rc0-cp36-cp36m-macosx_10_13_x86_64.whl) | Python 3.6 | XLA MKL MSSE4.2 MSSE4.1 MFMA MAVX2 MAVX | High Sierra |

Intel MKL-DNN includes functionality similar to [Intel(R) Math Kernel
Library (Intel(R) MKL) 2017](https://software.intel.com/en-us/intel-mkl), but is not
Expand Down
3 changes: 0 additions & 3 deletions python2.7/tensorflow-1.3.1-cp27-cp27m-macosx_10_13_x86_64.whl

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions python3.6/tensorflow-1.3.1-cp36-cp36m-macosx_10_13_x86_64.whl

This file was deleted.

This file was deleted.

0 comments on commit 27a66fb

Please sign in to comment.