yaroslavvb / tensorflow-community-wheels

Place to upload links to TensorFlow wheels
452 stars 35 forks source link

Tensorflow 1.8.0, Ubuntu 16.04, Python 2.7, CPU-only, without AVX #68

Open maxhgerlach opened 6 years ago

maxhgerlach commented 6 years ago

tensorflow-1.8.0-ubuntu16.04-py27-no_avx-xeon_x5650

Tensorflow 1.8.0 wheel built for Python 2.7 without GPU on a Ubuntu 16.04 VM running on a Xeon X5650 CPU that does not support AVX instructions (it's older than Sandy Bridge).

Usage:

pip install https://github.com/maxhgerlach/tensorflow-1.8.0-ubuntu16.04-py27-no_avx-xeon_x5650/raw/master/tensorflow-1.8.0-cp27-cp27mu-linux_x86_64.whl

This could be useful if your CPU is too old for the official Tensorflow package on PyPI.

Repo

gagkhan commented 5 years ago

Anyone aware of the same for python3.5?